Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Feb 20, 2023
Commits on Jan 27, 2023
Commits on Nov 25, 2022
Commits on Oct 26, 2022
Commits on Oct 17, 2022
-
See https://github.com/whatwg/spec-factory for details.
Commits on Aug 31, 2022
Commits on Aug 15, 2022
Commits on May 12, 2022
Commits on Mar 17, 2022
-
Use fetch controller when terminating/aborting
Closes #345. Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Commits on Mar 15, 2022
Commits on Feb 21, 2022
Commits on Feb 11, 2022
-
When response is a network error or body is fully read, finalize and report the response. Depends on whatwg/fetch#1185. Also see w3c/resource-timing#261 and w3c/resource-timing#252.
Commits on Dec 13, 2021
-
Editorial: align with Fetch renaming
(The old) processResponseEndOfBody is now processResponseConsumeBody. See whatwg/fetch#1369 for context.
Commits on Dec 1, 2021
Commits on Nov 30, 2021
Commits on Oct 26, 2021
-
Editorial: align with Fetch's change to tuples
See whatwg/fetch#1339 for context.
Commits on Oct 25, 2021
Commits on Oct 19, 2021
-
Editorial: rename processRequestBody
See whatwg/fetch#1320 for context.
Commits on Aug 16, 2021
Commits on Mar 26, 2021
-
Drop the “Feature Policy integration” section
Feature Policy is now known as Permissions Policy and sync-xhr is no longer part of it. It is now part of Document Policy. See #295 for follow-up work.
Commits on Mar 23, 2021
-
See https://github.com/whatwg/spec-factory for details.
Commits on Mar 11, 2021
-
Use extract a length from Fetch
The only information browsers use for progress events for responses is the Content-Length header. Align on that and only use body's length concept for uploads. Tests: web-platform-tests/wpt#27837. Fetch PRs: whatwg/fetch#1183 & whatwg/fetch#1184. Closes whatwg/fetch#604.
Commits on Mar 3, 2021
-
Handle errors in response bodies
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.
Commits on Feb 26, 2021
Commits on Feb 15, 2021
Commits on Jan 26, 2021
Commits on Jan 15, 2021
Commits on Sep 30, 2020
-
Editorial: modernize XMLHttpRequest
Apply many things the WHATWG has learned and formalized over the years to XMLHttpRequest.
-
-
Follows whatwg/streams#1073.