- From: Andrew Williams <notifications@github.com>
- Date: Tue, 25 Nov 2025 08:55:02 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 November 2025 16:55:07 UTC
@recvfrom commented on this pull request. > 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`", Either one works for me... I ended up going with "is an [=environment settings object=]", but if you have a preference towards using the strings I'd be happy to change it. With that it's more explicit that those are the cases where we are bypassing partitioning, but with the "is an environment" approach it's simpler. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/pull/216#discussion_r2560744662 You are receiving this because you are subscribed to this thread. Message ID: <w3c/FileAPI/pull/216/review/3506014358@github.com>
Received on Tuesday, 25 November 2025 16:55:07 UTC