mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8 lines
213 B
Text
8 lines
213 B
Text
|
error: Uncaught (in promise) ReferenceError: window is not defined
|
||
|
window.atob;
|
||
|
^
|
||
|
at [WILDCARD]window2.js:1:1
|
||
|
|
||
|
info: window global is not available in Deno 2.
|
||
|
hint: Replace `window` with `globalThis`.
|