Not documented.
- Annotations
- DocsEditable()
- DomName('AbstractWorker')
- Implements
Constants
-
EventStreamProvider<ErrorEvent>
errorEvent
=
const EventStreamProvider<ErrorEvent>
('error') -
constStatic factory designed to expose
error
events to event handlers that are not necessarily instances of AbstractWorker.
Properties
- 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<ErrorEvent> onError
-
read-onlyStream of
error
events handled by thisAbstractWorker
.