Update "obtain a blob object" to handle top-level self-fetch#216
Merged
Update "obtain a blob object" to handle top-level self-fetch#216
Conversation
Bypasses blob URL partitioning for fetches that are a top-level self-fetch. For more info, see: w3c#210
annevk
approved these changes
Nov 27, 2025
annevk
reviewed
Nov 27, 2025
annevk
added a commit
to whatwg/fetch
that referenced
this pull request
Dec 3, 2025
See w3c/FileAPI#210 for details. Corresponding PRs: - w3c/FileAPI#216 - whatwg/html#11957 Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
annevk
pushed a commit
to whatwg/html
that referenced
this pull request
Dec 3, 2025
… URLs Updates the resource fetch algorithm to calculate when a top-level self-fetch might be occurring for blob URLs, which is a case where blob URL partitioning would be bypassed. See w3c/FileAPI#210 for details. Corresponding PRs: - whatwg/fetch#1879 - w3c/FileAPI#216
pmeenan
pushed a commit
to pmeenan/html
that referenced
this pull request
Dec 16, 2025
… URLs Updates the resource fetch algorithm to calculate when a top-level self-fetch might be occurring for blob URLs, which is a case where blob URL partitioning would be bypassed. See w3c/FileAPI#210 for details. Corresponding PRs: - whatwg/fetch#1879 - w3c/FileAPI#216
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bypasses blob URL partitioning for fetches that are a top-level self-fetch
Closes #210
For normative changes, the following tasks have been completed:
Implementation commitment:
Preview | Diff