Dart API Reference
dart:indexed_db
VersionChangeEvent
VersionChangeEvent
class
Annotated by:
DocsEditable()
DomName('IDBVersionChangeEvent')
Unstable()
Extends:
Event
Object
Instance Properties
dataLoss
String
read-only
dataLossMessage
String
read-only
newVersion
int
read-only
oldVersion
int
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