DescriptionOn request error, always fire events on the XMLHttpRequestUpload before the XMLHttpRequest
On request error, fire events on the XMLHttpRequestUpload object before the XMLHttpRequest
object as per the latest specification:
http://xhr.spec.whatwg.org/#request-error
IE10 behaves according to specification but blink was firing the events on the XMLHttpRequest
object BEFORE the XMLHttpRequestUpload object in case of 'network error' or 'abort error'.
Blink was however behaving according to specification in case of 'timeout error', which was
inconsistent.
BUG=264609
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155347
Patch Set 1 #
Messages
Total messages: 15 (0 generated)
|