A StorageEvent is sent to a window when a storage area it has to is changed within the context of another document.
A StorageEvent is sent to a window when a storage area it has to is changed within the context of another document.
(can-bubble this & args)
Method.
A boolean indicating whether the event bubbles up through the or not.
Method. A boolean indicating whether the event bubbles up through the or not.
(cancelable this & args)
Method.
A boolean indicating whether the event is cancelable.
Method. A boolean indicating whether the event is cancelable.
(key this & args)
Method.
The key whose value is changing as a result of this event.
Method. The key whose value is changing as a result of this event.
(new-value this & args)
Method.
The key's new value.
Method. The key's new value.
(old-value this & args)
Method.
The key's old value.
Method. The key's old value.
(storage-area this & args)
Method.
The DOM Storage object representing the storage area on which event occurred.
Method. The DOM Storage object representing the storage area on which event occurred.
(type-arg this & args)
Method.
The name of the event.
Method. The name of the event.
(url this & args)
Method.
The URL of the document initiating the change.
Method. The URL of the document initiating the change.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close