AbstractWorker class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- AbstractWorker({dynamic onerror(ErrorEvent)?})
-
factory
Properties
-
addEventListener
→ ({void Function<
K$ extends Event>(AbstractWorkerEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on AbstractWorker, provided by the AbstractWorker$Typings extension
Overload accessor: $1, $2no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- onerror ↔ dynamic Function(ErrorEvent)?
-
Available on AbstractWorker, provided by the AbstractWorker$Typings extension
MDN Referencegetter/setter pair -
removeEventListener
→ ({void Function<
K$ extends Event>(AbstractWorkerEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on AbstractWorker, provided by the AbstractWorker$Typings extension
Overload accessor: $1, $2no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited