mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
6 lines
169 B
JavaScript
6 lines
169 B
JavaScript
'use strict';
|
|
|
|
// go env doesn't have and need XMLHttpRequest
|
|
exports.XMLHttpRequest = typeof XMLHttpRequest === undefined ? {} : XMLHttpRequest; // jshint ignore:line
|
|
|