DescriptionXHR: reset error flag on aborting request that restarts.
Close a small window in internal abort logic that takes care of
repeated uses of the XHR object upon cancellation.
The possibility existed that such a repeated use might reset the error
flag, so that upon return to the outer request (the one that is
aborting), it was left as 'false'. Spot this and (re) set the error
flag to 'true'.
Not a common use of XHR; added test coverage.
R=
BUG=315488
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162346
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|