mirror of https://github.com/status-im/web3.js.git
debug
This commit is contained in:
parent
958dbabff2
commit
ef4caa53ad
|
@ -4293,7 +4293,7 @@ var HttpProvider = function (host, timeout, user, password) {
|
|||
*/
|
||||
HttpProvider.prototype.prepareRequest = function (async) {
|
||||
var request;
|
||||
|
||||
console.log("TIMEOUT", this.timeout)
|
||||
if (async) {
|
||||
request = new XHR2();
|
||||
request.timeout = this.timeout;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4293,7 +4293,7 @@ var HttpProvider = function (host, timeout, user, password) {
|
|||
*/
|
||||
HttpProvider.prototype.prepareRequest = function (async) {
|
||||
var request;
|
||||
|
||||
console.log("TIMEOUT", this.timeout)
|
||||
if (async) {
|
||||
request = new XHR2();
|
||||
request.timeout = this.timeout;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,7 @@ var HttpProvider = function (host, timeout, user, password) {
|
|||
*/
|
||||
HttpProvider.prototype.prepareRequest = function (async) {
|
||||
var request;
|
||||
|
||||
console.log("TIMEOUT", this.timeout)
|
||||
if (async) {
|
||||
request = new XHR2();
|
||||
request.timeout = this.timeout;
|
||||
|
|
Loading…
Reference in New Issue