mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 14:17:49 -04:00
11 lines
250 B
Text
11 lines
250 B
Text
error: TS2304 [ERROR]: Cannot find name 'onmessage'.
|
|
onmessage;
|
|
~~~~~~~~~
|
|
at file:///[WILDCARD]/main.ts:8:1
|
|
|
|
TS2304 [ERROR]: Cannot find name 'localStorage'.
|
|
localStorage;
|
|
~~~~~~~~~~~~
|
|
at file:///[WILDCARD]/member/mod.ts:2:1
|
|
|
|
Found 2 errors.
|