We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dcbf26 + bf907f2 commit 601dd5cCopy full SHA for 601dd5c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "speed-testjs",
3
- "version": "1.0.33",
+ "version": "1.0.34",
4
"description": "measure internet bandwidth",
5
"main": "index.js",
6
"author": "Maulan Byron",
public/lib/xmlhttprequest.js
@@ -87,7 +87,7 @@
87
this.id = id;
88
this.transferSize = size;
89
this._request.open(this.method, this.url, true);
90
- this._request.timeout = this.timeout;
+ // this._request.timeout = this.timeout;
91
this.requestTimeout = setTimeout(this._internalAbort.bind(this), this.timeout);
92
if(this.method==='POST') {
93
this.transferSize = payload.size;
0 commit comments