Re: [w3c/FileAPI] Update "obtain a blob object" to handle top-level self-fetch (PR #216)

@annevk commented on this pull request.



> @@ -1526,11 +1526,12 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
 
 <div algorithm="obtainBlobObject">
 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`"

I pushed a commit to the Fetch PR to suggest this name for clarity:
```suggestion
|blobUrlEntry| and an [=environment settings object=], "`top-level-navigation`", or "`top-level-self-fetch`"
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/216#pullrequestreview-3513861556
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/pull/216/review/3513861556@github.com>

Received on Thursday, 27 November 2025 07:36:14 UTC