Re: [whatwg/xhr] Should send() throw if the XHR object's window's document is not fully active? (#65)

The initial reason in Gecko was https://bugzilla.mozilla.org/show_bug.cgi?id=403168
but the setup we have for wrappers and such is quite different these days.

However, what should happen to the network connection if XHR is created using non-active document, like if the response is super slow, what kills it? I assume browsers normally cancel relevant network connections when unloading a page, but if the page has been unloaded already...

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/65#issuecomment-212502288

Received on Wednesday, 20 April 2016 16:30:35 UTC