Skip to content

Commit

Permalink
Set Exposed extended attribute on StorageAccessHandle
Browse files Browse the repository at this point in the history
as required by WebIDL
  • Loading branch information
dontcallmedom committed Jun 5, 2024
1 parent 9380238 commit 0b561bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dictionary StorageAccessTypes {
boolean SharedWorker = false;
};

[Exposed=Window]
interface StorageAccessHandle {
readonly attribute Storage sessionStorage;
readonly attribute Storage localStorage;
Expand Down

0 comments on commit 0b561bc

Please sign in to comment.