mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Only expose Storage/StorageEvent in Window
This commit is contained in:
parent
f7e75fd001
commit
1aeca9c255
7 changed files with 10 additions and 13 deletions
|
@ -9,7 +9,7 @@
|
|||
* Event sent to a window when a storage area changes.
|
||||
*/
|
||||
|
||||
[Constructor(DOMString type, optional StorageEventInit eventInitDict), Exposed=(Window,Worker)]
|
||||
[Constructor(DOMString type, optional StorageEventInit eventInitDict), Exposed=Window]
|
||||
interface StorageEvent : Event {
|
||||
readonly attribute DOMString? key;
|
||||
readonly attribute DOMString? oldValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue