You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2769: No overload matches this call.
Overload 1 of 2, '(message: any, targetOrigin: string, transfer?: Transferable[] | undefined): void', gave the following error.
Argument of type 'ArrayBuffer[]' is not assignable to parameter of type 'string'.
Overload 2 of 2, '(message: any, options?: WindowPostMessageOptions | undefined): void', gave the following error.
Type 'ArrayBuffer[]' has no properties in common with type 'WindowPostMessageOptions'.
self.postMessage(test, [test]);
Typescript Version: 5.6.3
The text was updated successfully, but these errors were encountered:
Main:
Worker:
Erroneous Compilation Error:
Typescript Version: 5.6.3
The text was updated successfully, but these errors were encountered: