node-XMLHttpRequest icon indicating copy to clipboard operation
node-XMLHttpRequest copied to clipboard

Timeout method is not defined

Open omkartin opened this issue 8 years ago • 0 comments

xhr.timeout = 4000; // Set timeout to 4 seconds (4000 milliseconds) xhr.ontimeout = function () { alert("Timed out!!!"); }

It would be great if the above functionality is added to the library.

omkartin avatar Aug 31 '17 15:08 omkartin