mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 13:59:13 +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 = {
|
module.exports = {
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
|
||||||
test: function () {
|
|
||||||
debug("Test completed.");
|
|
||||||
},
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
request: function (options, callback) { // cb(error, responseOfCorrectContentType) of url. A subset of npm request.
|
request: function (options, callback) { // cb(error, responseOfCorrectContentType) of url. A subset of npm request.
|
||||||
var httpRequest = new XMLHttpRequest(), key;
|
var httpRequest = new XMLHttpRequest(), key;
|
||||||
|
|
Loading…
Reference in a new issue