WorkerRequest
Interface: WorkerRequest
Properties
id
id: number;
Defined in
packages/vibrant-worker/src/common.ts:2
payload
payload: any[];
Defined in
packages/vibrant-worker/src/common.ts:3
transferList?
optional transferList: any[];
id: number;
packages/vibrant-worker/src/common.ts:2
payload: any[];
packages/vibrant-worker/src/common.ts:3
optional transferList: any[];