Dart
dart:indexed_db
Transaction
objectStoreNames property
objectStoreNames
Dart
dart:indexed_db
Transaction
objectStoreNames property
Transaction class
Properties
completed
db
error
mode
objectStoreNames
onAbort
onComplete
onError
hashCode
on
runtimeType
Methods
abort
objectStore
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
abortEvent
completeEvent
errorEvent
description
objectStoreNames
property
List
<
String
>
objectStoreNames
@Creates('DomStringList'), @Returns('DomStringList|Null')
Implementation
@Returns('DomStringList|Null') @Creates('DomStringList') List<String> get objectStoreNames native;