javascript - Edge browser XMLHttpRequest abort is not working -


var xhr = new xmlhttprequest(); var method = "get"; var url = "https://developer.mozilla.org/"; xhr.open(method,url,true); xhr.send(); xhr.abort(); 

when run code in microsoft edge browser xhr call abort not working. test code in chrome , mozilla, working fine.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -