Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Mar 15, 2024
1 parent 9bac09d commit d2a1f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ 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 take a `boolean` |requestUnpartitionedCookieAccess| as a non-web-exposed argument which defaults to true.
Modify {{Document/requestStorageAccess()}} to invoke [=request storage access=] with |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|.

Modify {{Document/requestStorageAccess()}} at step 14.1.1.1.1 to read:

Expand Down

0 comments on commit d2a1f5c

Please sign in to comment.