From 0b561bcdae14bb71ef9b5e519f485f993eb4dec6 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 5 Jun 2024 08:51:03 +0200 Subject: [PATCH] Set Exposed extended attribute on StorageAccessHandle as required by WebIDL --- spec.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.bs b/spec.bs index 276c4dd..6d39bfd 100644 --- a/spec.bs +++ b/spec.bs @@ -143,6 +143,7 @@ dictionary StorageAccessTypes { boolean SharedWorker = false; }; +[Exposed=Window] interface StorageAccessHandle { readonly attribute Storage sessionStorage; readonly attribute Storage localStorage;