AbstractWorker class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

AbstractWorker({dynamic onerror(ErrorEvent)?})
factory

Properties

addEventListener → ({void Function<K$ extends Event>(AbstractWorkerEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on AbstractWorker, provided by the AbstractWorker$Typings extension

Overload accessor: $1, $2
no 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 Reference
getter/setter pair
removeEventListener → ({void Function<K$ extends Event>(AbstractWorkerEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on AbstractWorker, provided by the AbstractWorker$Typings extension

Overload accessor: $1, $2
no 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