Re: [whatwg/xhr] Early return step needed for cancelled send()? (#101)

Thanks for pinging me, @annevk. I agree with the basic problem needing to be fixed. From what I'm reading, adding steps like these was basically the plan?
- send() 10.0.5: set the loadstartFiring flag (a new flag).
- send() 10.2.5: if state is not opened or send() flag is unset, then return. otherwise, unset the loadstartFiring flag.
- open() 1.5: if the loadstartFiring flag is set, throw an InvalidStateError exception.

-- 
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#issuecomment-261579872

Received on Friday, 18 November 2016 16:49:08 UTC