Not documented.
- Annotations
- DocsEditable()
- DomName('IDBOpenDBRequest')
- Unstable()
- Extends
- Object
- EventTarget
- Request
- OpenDBRequest
Constants
-
EventStreamProvider<Event>
blockedEvent
=
const EventStreamProvider<Event>
('blocked') -
constStatic factory designed to expose
blocked
events to event handlers that are not necessarily instances of OpenDBRequest. -
EventStreamProvider<VersionChangeEvent>
upgradeNeededEvent
=
const EventStreamProvider<VersionChangeEvent>
('upgradeneeded') -
constStatic factory designed to expose
upgradeneeded
events to event handlers that are not necessarily instances of OpenDBRequest.
Properties
- DomError error
-
read-only, inherited
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- Stream<Event> onBlocked
-
read-onlyStream of
blocked
events handled by thisOpenDBRequest
. - Stream<Event> onError
-
read-only, inheritedStream of
error
events handled by thisRequest
. - Stream<Event> onSuccess
-
read-only, inheritedStream of
success
events handled by thisRequest
. - Stream<VersionChangeEvent> onUpgradeNeeded
-
read-onlyStream of
upgradeneeded
events handled by thisOpenDBRequest
. - String readyState
-
read-only, inherited
- Object result
-
read-only, inherited
- Object source
-
read-only, inherited
- Transaction transaction
-
read-only, inherited