Im learning how to create worker threads but deno-tsdeno-ts says: Property 'onmessage' does not exist on type 'Window & typeof globalThis'.Property 'onmessage' does not exist on type 'Window & typeof globalThis'.
Code
// worker.tsself.onmessage = (message) => { // TODO: Do something with the message?};
// worker.tsself.onmessage = (message) => { // TODO: Do something with the message?};
Am I missing some configuration?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.