Skip to content

Conversation

@recvfrom
Copy link
Contributor

@recvfrom recvfrom commented Nov 20, 2025

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

Bypasses blob URL partitioning for fetches that are a top-level
self-fetch. For more info, see:
w3c#210
Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good modulo nits.

To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=blob URL entry=]
|blobUrlEntry| and an [=environment settings object=] or the string "`navigation`" |environment|,
perform the following steps. They return an [=blob URL entry/object=].
|blobUrlEntry| and an [=environment settings object=], "`navigation`", or "`top-level-self-fetch`"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed a commit to the Fetch PR to suggest this name for clarity:

Suggested change
|blobUrlEntry| and an [=environment settings object=], "`navigation`", or "`top-level-self-fetch`"
|blobUrlEntry| and an [=environment settings object=], "`top-level-navigation`", or "`top-level-self-fetch`"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Top-level navigations to blob URLs with media mime types result in resource load subject to partitioning

2 participants