Skip to main content
method MessagePort.start
MessagePort.start(): void
Deprecated

Begins dispatching messages received on the port. This is implicitly called when assigning a value to this.onmessage.

Return Type

void
Back to top