Liking cljdoc? Tell your friends :D

web.storage.StorageEvent

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.
raw docstring

can-bubblecljs

(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.
sourceraw docstring

cancelablecljs

(cancelable this & args)

Method.

A boolean indicating whether the event is cancelable.

Method.

A boolean indicating whether the event is cancelable.
sourceraw docstring

keycljs

(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.
sourceraw docstring

new-valuecljs

(new-value this & args)

Method.

The key's new value.

Method.

The key's new value.
sourceraw docstring

old-valuecljs

(old-value this & args)

Method.

The key's old value.

Method.

The key's old value.
sourceraw docstring

storage-areacljs

(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.
sourceraw docstring

type-argcljs

(type-arg this & args)

Method.

The name of the event.

Method.

The name of the event.
sourceraw docstring

urlcljs

(url this & args)

Method.

The URL of the document initiating the change.

Method.

The URL of the document initiating the change.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close