web3.js/lib/utils/browser-xhr.js
2015-03-23 17:56:57 +01:00

6 lines
169 B
JavaScript

'use strict';
// go env doesn't have and need XMLHttpRequest
exports.XMLHttpRequest = typeof XMLHttpRequest === undefined ? {} : XMLHttpRequest; // jshint ignore:line