summaryrefslogtreecommitdiff
path: root/tests/specs/run/window/window2.out
blob: 7d00cd7ed15728f7aefd9d749c0d920f1cff36b8 (plain)
1
2
3
4
5
6
7
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`.