- From: Manish Goregaokar <web-platform-tests-notifications@w3.org>
- Date: Wed, 18 Jun 2014 13:56:36 GMT
- To: public-web-platform-tests-notifications@w3.org
We have [this test](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/abort-during-open.htm) which checks that `send()` fails if `abort()` is called _after_ `open()`. Note that `onreadystatechange` is called while `open()` is still running (it blocks `open()`), so the above test is not exactly what we need, but it probably is close enough. Otherwise, I can add this test (the old version) with an `asset_throws()` on the `send()`. View on GitHub: https://github.com/w3c/web-platform-tests/pull/1063#issuecomment-46438381
Received on Wednesday, 18 June 2014 13:56:42 UTC