IDBDatabase$Typings extension

on

Properties

addEventListener → ({void Function<K$>(IDBDatabaseEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on IDBDatabase, provided by the IDBDatabase$Typings extension

Overload accessor: $1, $2
no 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 Reference
getter/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 Reference
getter/setter pair
removeEventListener → ({void Function<K$>(IDBDatabaseEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on IDBDatabase, provided by the IDBDatabase$Typings extension

Overload accessor: $1, $2
no setter
transaction IDBTransaction Function(Object, [IDBTransactionMode?, IDBTransactionOptions?])

Available on IDBDatabase, provided by the IDBDatabase$Typings extension

getter/setter pair
version num

Available on IDBDatabase, provided by the IDBDatabase$Typings extension

Returns the version of the database.
no setter