From 805bb4f8067cc2bffef3c5dadd071c6f0a39917b Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Tue, 19 Mar 2024 16:58:27 +0000 Subject: [PATCH] fix --- spec.bs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 11ce26d..fcb0a41 100644 --- a/spec.bs +++ b/spec.bs @@ -155,6 +155,8 @@ partial interface Document { }; +A {{StorageAccessHandle}} object has an associated {{StorageAccessTypes}} types. + When invoked on {{Document}} |doc|, the hasUnpartitionedCookieAccess() method must run these steps: 1. Return the invocation of {{Document/hasStorageAccess()}} on |doc|. @@ -175,7 +177,8 @@ When invoked on {{Document}} |doc|, the re 1. If |accessPromise| [=/rejects=] with `reason` |r|: 1. [=/Reject=] |p| with |r|. 1. Else: - 1. Let |handle| be a new object of type {{StorageAccessHandle}} with |types|. + 1. Let |handle| be a new object of type {{StorageAccessHandle}}. + 1. Set |handle|'s [=StorageAccessHandle/types=] to |types|. 1. [=/Resolve=] |p| with |handle|. 1. Return |p|.