Skip to content

Commit

Permalink
Merge pull request #28 from dontcallmedom/idl-expose
Browse files Browse the repository at this point in the history
Set Exposed extended attribute on StorageAccessHandle
  • Loading branch information
arichiv committed Jun 5, 2024
2 parents 9380238 + 0b561bc commit 8181c94
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 8181c94

Please sign in to comment.