-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle error while reading response body in synchronous XHR #314
Comments
annevk
added a commit
to web-platform-tests/wpt
that referenced
this issue
Feb 25, 2021
I guess I also need to test the asynchronous case as basically https://xhr.spec.whatwg.org/#handle-errors doesn't make a whole lot of sense. Or do we already have tests for that? |
annevk
added a commit
that referenced
this issue
Feb 26, 2021
And also clean up the way we manage XMLHttpRequest's response, which allows for simplifying "handle response end-of-body" and "handle errors". Tests: web-platform-tests/wpt#27778. Fixes #314.
annevk
added a commit
to web-platform-tests/wpt
that referenced
this issue
Mar 2, 2021
annevk
added a commit
that referenced
this issue
Mar 3, 2021
And also clean up the way we manage XMLHttpRequest's response, which allows for simplifying "handle response end-of-body" and "handle errors". (Also ends up removing the remaining dependency on Streams.) Tests: web-platform-tests/wpt#27778. Fixes #314.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Mar 15, 2021
…a=testonly Automatic update from web-platform-tests XMLHttpRequest: response stream errors For whatwg/xhr#314. -- wpt-commits: 57ceb7e5521452bbc67afb75d130c40980e48a11 wpt-pr: 27778
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Mar 15, 2021
…a=testonly Automatic update from web-platform-tests XMLHttpRequest: response stream errors For whatwg/xhr#314. -- wpt-commits: 57ceb7e5521452bbc67afb75d130c40980e48a11 wpt-pr: 27778 UltraBlame original commit: 5ff73d61dcf3523bf8e1d1b9b8e0695b2b123c93
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Mar 15, 2021
…a=testonly Automatic update from web-platform-tests XMLHttpRequest: response stream errors For whatwg/xhr#314. -- wpt-commits: 57ceb7e5521452bbc67afb75d130c40980e48a11 wpt-pr: 27778 UltraBlame original commit: 5ff73d61dcf3523bf8e1d1b9b8e0695b2b123c93
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Mar 15, 2021
…a=testonly Automatic update from web-platform-tests XMLHttpRequest: response stream errors For whatwg/xhr#314. -- wpt-commits: 57ceb7e5521452bbc67afb75d130c40980e48a11 wpt-pr: 27778 UltraBlame original commit: 5ff73d61dcf3523bf8e1d1b9b8e0695b2b123c93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the error is ignored, which is not good.
The text was updated successfully, but these errors were encountered: