- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 19 Nov 2025 22:09:25 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 November 2025 06:09:29 UTC
@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