jcayzacJ
Deno3y ago
jcayzac

Worker: TS2304 [ERROR]: Cannot find name 'postMessage'

When type-checking a worker script that uses the global
postMessage()
method,
deno check
gives a
TS2304 [ERROR]: Cannot find name 'postMessage'
error. Is there any workaround?
Was this page helpful?