summaryrefslogtreecommitdiff
path: root/tests/specs/run/window/window1.out
blob: 4e1674425279d8812be34028e9d2384fb4857b4e (plain)
1
2
3
4
5
6
7
error: Uncaught (in promise) ReferenceError: window is not defined
"TextEncoder" in window;
                 ^
    at [WILDCARD]window1.js:1:18

    info: window global is not available in Deno 2.
    hint: Replace `window` with `globalThis`.