IDBDatabase$Typings extension
- on
Properties
-
addEventListener
→ ({void Function<
K$>(IDBDatabaseEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Overload accessor: $1, $2no setter - close ↔ void Function()
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
getter/setter pair - createObjectStore ↔ IDBObjectStore Function(String, [IDBObjectStoreParameters?])
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
getter/setter pair - deleteObjectStore ↔ void Function(String)
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
getter/setter pair - name → String
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Returns the name of the database.no setter - objectStoreNames → DOMStringList
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Returns a list of the names of object stores in the database.no setter - onabort ↔ dynamic Function(Event)?
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
getter/setter pair - onclose ↔ dynamic Function(Event)?
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
MDN Referencegetter/setter pair - onerror ↔ dynamic Function(Event)?
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
getter/setter pair - onversionchange ↔ dynamic Function(IDBVersionChangeEvent)?
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
MDN Referencegetter/setter pair -
removeEventListener
→ ({void Function<
K$>(IDBDatabaseEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Overload accessor: $1, $2no setter - transaction → ({IDBTransaction Function(Object storeNames, [IDBTransactionMode? mode, IDBTransactionOptions? options]) $1, IDBTransaction Function(Object storeNames, [IDBTransactionMode? mode, IDBTransactionOptions? options]) $2})
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Overload accessor: $1, $2no setter - version → num
-
Available on IDBDatabase, provided by the IDBDatabase$Typings extension
Returns the version of the database.no setter