postMessage
The postMessage method sends a request to the Worker.
postMessage(message: unknown): void| Type | Description | |
|---|---|---|
message | unknown | |
| returns | void | This has no return value. |
Since
v0.0.5
postMessageThe postMessage method sends a request to the Worker.
postMessage(message: unknown): void| Type | Description | |
|---|---|---|
message | unknown | |
| returns | void | This has no return value. |
v0.0.5