- From: Caitlin Potter <web-platform-tests-notifications@w3.org>
- Date: Wed, 07 May 2014 14:30:37 GMT
- To: public-web-platform-tests-notifications@w3.org
Anne has made a good point that it's more appropriate to perform assertions here, rather than in one of the other event listeners, because XMLHttpRequest#abort() should be synchronous, and the abort and loadend events are dispatched synchronously. So, this simplifies the test and avoids relying on setTimeout(), which is nice, and potentially avoids missing assertions in non-compliant browsers. View on GitHub: https://github.com/w3c/web-platform-tests/pull/968
Received on Wednesday, 7 May 2014 14:30:47 UTC