blob: 9a157975f80aafc381c9d872b78c95a5d80f3a35 (
plain)
1
2
3
4
5
6
7
|
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`.
|