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

@annevk approved this pull request.

Looks good modulo nits.

> +|blobUrlEntry| and an [=environment settings object=], the string "`navigation`", or the string
+"`top-level-self-fetch`" |environment|, perform the following steps. They return an [=blob URL entry/object=].

```suggestion
|blobUrlEntry| and an [=environment settings object=], "`navigation`", or
"`top-level-self-fetch`" |environment|, perform the following steps. They return an [=blob URL entry/object=].
```

>  
 1. Let |isAuthorized| be true.
-1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
+1. If |environment| is not the string "`navigation`" and not the string "`top-level-self-fetch`",

```suggestion
1. If |environment| is neither "`navigation`" nor "`top-level-self-fetch`",
```
or "is an environment", maybe?

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

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

Received on Thursday, 20 November 2025 06:09:29 UTC