WorkerThreadsModule class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMainThread → bool
-
no setter
- MessageChannel → Function
-
The constructor function for MessageChannel.
no setter
- MessagePort → Function
-
The constructor function for WorkerMessagePort.
no setter
- parentPort → WorkerMessagePort
-
no setter
- resourceLimits → ResourceLimits
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- SHARE_ENV → Object
-
no setter
- threadId → int
-
no setter
- Worker → Function
-
The constructor function for Worker.
no setter
- workerData → Object
-
no setter
Methods
-
markAsUntransferable(
Object object) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receiveMessageOnPort(
WorkerMessagePort port) → ReceivedMessage -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited