* Begins dispatching messages received on the port. This is implicitly called * when assigning a value to `this.onmessage`.
()
| 8958 | * when assigning a value to `this.onmessage`. |
| 8959 | */ |
| 8960 | start(): void; |
| 8961 | addEventListener<K extends keyof MessagePortEventMap>( |
| 8962 | type: K, |
| 8963 | listener: (this: MessagePort, ev: MessagePortEventMap[K]) => any, |
no outgoing calls
no test coverage detected