- From: sof <notifications@github.com>
- Date: Wed, 16 Nov 2016 06:34:47 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Wednesday, 16 November 2016 14:35:22 UTC
Step 10.{1,2} for an async send() ( https://xhr.spec.whatwg.org/#dom-xmlhttprequest-send ) fire 'loadstart'(s). The event handling code could side-effect the state of the XHR object (calling abort() or re-initiate another send() by re-opening), should it so wish. The spec doesn't _appear_ to account for that possibility upon return and continuing on to step 10.3. This came up (indirectly) via https://crbug.com/642242 -- 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/101
Received on Wednesday, 16 November 2016 14:35:22 UTC