Skip to content

Commit 71ad689

Browse files
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 whatwg/fetch#1807. That depends on this bit existing. This patch adds the bit, which remains false, and does nothing.
1 parent f27a993 commit 71ad689

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107188,6 +107188,11 @@ new PaymentRequest(…); // Allowed to use
107188107188
for="environment">execution ready flag</dfn></dt>
107189107189
<dd><p>A flag that indicates whether the environment setup is done. It is initially
107190107190
unset.</p></dd>
107191+
107192+
<dt>A <dfn data-x="concept-environment-has-storage-access" export
107193+
for="environment">has storage access</dfn></dt>
107194+
<dd><p>A boolean that indicates whether the environment has access to unpartitioned
107195+
cookies. It is initially false.</p></dd>
107191107196
</dl>
107192107197

107193107198
<p>Specifications may define <dfn export>environment discarding steps</dfn> for environments. The

0 commit comments

Comments
 (0)