you can reimplement the XHR to do a timeout then call the real XHR
class slowXMLHttpRequest extends XMLHttpRequest{
constructor(){super();}
send(){
var args = arguments;
var self = this;
// wait for 4 senconds or what ever you want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.