New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 667294 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Email to this user bounced
Closed: Nov 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

XMLHttpRequest.abort(): readyState should only be reset when in state DONE.

Reported by sigbjo...@opera.com, Nov 21 2016

Issue description

Following https://github.com/whatwg/xhr/commit/36e8b3ce2b , abort() should only set 'readyState' to UNSENT if the current readyStats is DONE.

The implementation currently follows the previous behavior of setting it always; it is preferable to be spec-aligned.
 

Comment 2 by sigbjo...@opera.com, Nov 22 2016

Status: Fixed (was: Assigned)

Sign in to add a comment