Not documented.
- Annotations
- DocsEditable()
- DomName('IDBRequest')
- Unstable()
- Extends
- Object
- EventTarget
- Request
- Implemented by
Constants
-
EventStreamProvider<Event>
errorEvent
=
const EventStreamProvider<Event>
('error') -
constStatic factory designed to expose
error
events to event handlers that are not necessarily instances of Request. -
EventStreamProvider<Event>
successEvent
=
const EventStreamProvider<Event>
('success') -
constStatic factory designed to expose
success
events to event handlers that are not necessarily instances of Request.
Properties
- DomError error
-
read-only
- 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> onError
-
read-onlyStream of
error
events handled by thisRequest
. - Stream<Event> onSuccess
-
read-onlyStream of
success
events handled by thisRequest
. - String readyState
-
read-only
- Object result
-
read-only
- Object source
-
read-only
- Transaction transaction
-
read-only