Not documented.
- Annotations
- DocsEditable()
- DomName('IDBRequest')
- Unstable()
- Extends
- Object
- EventTarget
- Request
- Implemented by
Constants
-
EventStreamProvider<Event>
errorEvent
= const EventStreamProvider<Event>
('error') -
const
Static factory designed to expose
error
events to event handlers that are not necessarily instances of Request. -
EventStreamProvider<Event>
successEvent
= const EventStreamProvider<Event>
('success') -
const
Static factory designed to expose
success
events to event handlers that are not necessarily instances of Request.
Properties
- error → DomError
-
read-only
- on → Events
-
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- onError → Stream<Event>
-
read-only
Stream of
error
events handled by thisRequest
. - onSuccess → Stream<Event>
-
read-only
Stream of
success
events handled by thisRequest
. - readyState → String
-
read-only
- result → Object
-
read-only
- source → Object
-
read-only
- transaction → Transaction
-
read-only