From 6b6abae439daa10753308d746081ba59f3b24cc3 Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Mon, 18 Mar 2024 08:51:52 -0400 Subject: [PATCH] Update spec.bs Co-authored-by: Johann Hofmann --- spec.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 356b8a5..4969866 100644 --- a/spec.bs +++ b/spec.bs @@ -124,7 +124,8 @@ When invoked on {{Document}} |doc|, the re

Changes to {{Document/requestStorageAccess()}}

-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 request storage access which takes a `boolean` argument |requestUnpartitionedCookieAccess|.