From 71ad689f18c6eaf0b2eb48f63c29e998b631dd5c Mon Sep 17 00:00:00 2001 From: Benjamin VanderSloot Date: Fri, 31 Jan 2025 12:31:43 -0500 Subject: [PATCH] Add "has storage access" boolean to environment This is a concept that originated in the Storage Access API, where it has been stuck because of spec issues between Fetch and 6265bis. To un-logjam this, I've started https://github.com/whatwg/fetch/pull/1807. That depends on this bit existing. This patch adds the bit, which remains false, and does nothing. --- source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source b/source index fb5fddc4ebf..7c2c68e5033 100644 --- a/source +++ b/source @@ -107188,6 +107188,11 @@ new PaymentRequest(…); // Allowed to use for="environment">execution ready flag

A flag that indicates whether the environment setup is done. It is initially unset.

+ +
A has storage access
+

A boolean that indicates whether the environment has access to unpartitioned + cookies. It is initially false.

Specifications may define environment discarding steps for environments. The