Skip to content

Commit 57447c3

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 0aa021a commit 57447c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

source

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115417,6 +115417,11 @@ new PaymentRequest(…); // Allowed to use
115417115417
for="environment">execution ready flag</dfn></dt>
115418115418
<dd><p>A flag that indicates whether the environment setup is done. It is initially
115419115419
unset.</p></dd>
115420+
115421+
<dt>A <dfn data-x="concept-environment-has-storage-access" export
115422+
for="environment">has storage access</dfn></dt>
115423+
<dd><p>A boolean that indicates whether the environment has access to unpartitioned
115424+
cookies. It is initially false.</p></dd>
115420115425
</dl>
115421115426

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

0 commit comments

Comments
 (0)