From d8ccc8dd143200199ce264fff70950d0194e7978 Mon Sep 17 00:00:00 2001 From: Benjamin VanderSloot Date: Fri, 31 Jan 2025 12:31:43 -0500 Subject: [PATCH 1/2] 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 1034bc5fd38..83c574d8d5c 100644 --- a/source +++ b/source @@ -108066,6 +108066,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 From 1f84a6c8f8f24658041e8faabe71dbe2ec1aeb56 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 19 May 2025 15:38:05 +0200 Subject: [PATCH 2/2] fix style issues --- source | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source b/source index 83c574d8d5c..716abe83779 100644 --- a/source +++ b/source @@ -108067,10 +108067,10 @@ new PaymentRequest(…); // Allowed to use

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.

+
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