mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
@@ -16,6 +16,12 @@ interface StorageEvent : Event {
|
||||
readonly attribute DOMString? newValue;
|
||||
readonly attribute DOMString url;
|
||||
readonly attribute Storage? storageArea;
|
||||
|
||||
|
||||
void initStorageEvent(DOMString type, optional boolean bubbles = false,
|
||||
optional boolean cancelable = false, optional DOMString? key = null, optional
|
||||
DOMString? oldValue = null, optional DOMString? newValue = null, optional
|
||||
USVString url = "", optional Storage? storageArea = null);
|
||||
};
|
||||
|
||||
dictionary StorageEventInit : EventInit {
|
||||
|
||||
Reference in New Issue
Block a user