Skip to content

Commit d8ccc8d

Browse files
bvandersloot-mozillaannevk
authored andcommitted
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 579fdba commit d8ccc8d

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
@@ -108066,6 +108066,11 @@ new PaymentRequest(…); // Allowed to use
108066108066
for="environment">execution ready flag</dfn></dt>
108067108067
<dd><p>A flag that indicates whether the environment setup is done. It is initially
108068108068
unset.</p></dd>
108069+
108070+
<dt>A <dfn data-x="concept-environment-has-storage-access" export
108071+
for="environment">has storage access</dfn></dt>
108072+
<dd><p>A boolean that indicates whether the environment has access to unpartitioned
108073+
cookies. It is initially false.</p></dd>
108069108074
</dl>
108070108075

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

0 commit comments

Comments
 (0)