Closed
Description
The error i got from using postMessage was:
Overload 1 of 2, '(message: any, transfer: Transferable[]): void', gave the following error.
Type 'ReadableStream<any>' is not assignable to type 'Transferable'.
Type 'ReadableStream<any>' is missing the following properties from type 'OffscreenCanvas': height, width, convertToBlob, getContext, and 4 more.