Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Johann Hofmann <[email protected]>
  • Loading branch information
arichiv and johannhof authored Mar 18, 2024
1 parent 1c9e7d4 commit 6b6abae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ When invoked on {{Document}} |doc|, the <dfn export method for=Document><code>re

<h3 id="request-storage-access-changes">Changes to {{Document/requestStorageAccess()}}</h3>

Modify {{Document/requestStorageAccess()}} to invoke [=request storage access=] with |requestUnpartitionedCookieAccess| being `true`.
Redefine {{Document/requestStorageAccess()}} to:
1. Return the result of running [=request storage access=] with |doc| and |requestUnpartitionedCookieAccess| being `true`.

Redefine the steps of {{Document/requestStorageAccess()}} to instead be the steps of <dfn export>request storage access</dfn> which takes a `boolean` argument |requestUnpartitionedCookieAccess|.

Expand Down

0 comments on commit 6b6abae

Please sign in to comment.