Dart API Reference
dart:html
StorageEvent
StorageEvent
class
Annotated by:
DomName('StorageEvent')
Unstable()
Extends:
Event
Object
Constructors
StorageEvent
(
String
type
, {
bool
canBubble
:
false
,
bool
cancelable
:
false
,
String
key
,
String
oldValue
,
String
newValue
,
String
url
,
Storage
storageArea
} )
Instance Properties
key
String
read-only
newValue
String
read-only
oldValue
String
read-only
storageArea
Storage
read-only
url
String
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
preventDefault
Inherited
( ) →
void
stopImmediatePropagation
Inherited
( ) →
void
stopPropagation
Inherited
( ) →
void