mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
8 lines
218 B
Text
8 lines
218 B
Text
|
error: Uncaught (in promise) ReferenceError: window is not defined
|
||
|
window.navigator;
|
||
|
^
|
||
|
at [WILDCARD]window3.js:1:1
|
||
|
|
||
|
info: window global is not available in Deno 2.
|
||
|
hint: Replace `window` with `globalThis`.
|