RESOLVED DUPLICATE of bug 45994 118022
Consider returning 0 immediately if m_error is true in response accessors of XMLHttpRequest.
https://bugs.webkit.org/show_bug.cgi?id=118022
Summary Consider returning 0 immediately if m_error is true in response accessors of ...
Ryosuke Niwa
Reported 2013-06-25 21:04:26 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/45441471baa04ff1cb3d8ad5c0ed683a40537f9e if it's relevant for us. Current code is depending on the response clearing code called by abort(). Also adds layout tests to ensure spec conformance. Note that the accessor for ArrayBuffer passes this test even without this change since abort() clears response holders. For blob, it was returning an empty blob.
Attachments
Anne van Kesteren
Comment 1 2024-03-19 08:26:04 PDT
*** This bug has been marked as a duplicate of bug 45994 ***
Note You need to log in before you can comment on or make changes to this bug.