lspeasy / core/src / SharedWorkerLike
Interface: SharedWorkerLike
Defined in: packages/core/src/transport/worker-types.ts:33
Shared worker wrapper exposing a message port.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
port | MessagePortLike | The dedicated message port for communicating with this shared worker. | packages/core/src/transport/worker-types.ts:35 |