This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-30 16:40:57 -05:00
Code
Issues
Packages
1
Wiki
Activity
5f5ac40631
denoland-deno
/
tests
/
testdata
/
run
/
webstorage
/
logger.ts
2 lines
38 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test: replace usage of `window` with `globalThis` (#25284) Fixes several tests blocking https://github.com/denoland/deno/pull/25213 by replacing `window` global that is gone in Deno 2 with `globalThis`. Also adjusted a few tests using deprecated `rid` field.
2024-08-28 19:56:15 -04:00
console
.
log
(
globalThis
.
localStorage
)
;
Copy permalink