We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529ead8 commit 0484d09Copy full SHA for 0484d09
libs/backendless.js
@@ -46,7 +46,7 @@
46
return this;
47
};
48
49
- Backendless.XMLHttpRequest = XMLHttpRequest;
+ Backendless.XMLHttpRequest = typeof XMLHttpRequest !== 'undefined' && XMLHttpRequest;
50
51
if (!Array.prototype.indexOf) {
52
Array.prototype.indexOf = function(searchElement, fromIndex) {
0 commit comments