Not documented.
- Annotations
- DomName('StorageEvent')
- Unstable()
- Extends
- Object
- Event
- StorageEvent
Properties
- bool bubbles
-
read-only, inherited
- bool cancelable
-
read-only, inherited
- DataTransfer clipboardData
-
read-only, inheritedAccess to the system's clipboard data during copy, cut, and paste events.
- EventTarget currentTarget
-
read-only, inherited
- bool defaultPrevented
-
read-only, inherited
- int eventPhase
-
read-only, inherited
- String key
-
read-only
- Element matchingTarget
-
read-only, inheritedA pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an
UnsupportedError
. - String newValue
-
read-only
- String oldValue
-
read-only
- List<Node> path
-
read-only, inheritedThis event's path, taking into account shadow DOM.
- Storage storageArea
-
read-only
- EventTarget target
-
read-only, inherited
- int timeStamp
-
read-only, inherited
- String type
-
read-only, inherited
- String url
-
read-only
Constructors
- StorageEvent(String type, {bool canBubble: false, bool cancelable: false, String key, String oldValue, String newValue, String url, Storage storageArea})
Methods
-
preventDefault(
) → void -
inherited
-
stopImmediatePropagation(
) → void -
inherited
-
stopPropagation(
) → void -
inherited