mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 23:53:54 +02:00
request module updates
This commit is contained in:
parent
a3f637dc0e
commit
15db80c8ba
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@
|
|||
// ===========================================================================================
|
||||
module.exports = {
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
test: function () {
|
||||
debug("Test completed.");
|
||||
},
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
request: function (options, callback) { // cb(error, responseOfCorrectContentType) of url. A subset of npm request.
|
||||
var httpRequest = new XMLHttpRequest(), key;
|
||||
|
|
Loading…
Reference in a new issue