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-29 16:30:56 -05:00
Code
Issues
Packages
1
Wiki
Activity
8178f758bc
denoland-deno
/
tests
/
testdata
/
run
/
webstorage
/
setter.ts
2 lines
46 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Revert "feat: deprecate `window` global (#22057)" (#22084) This reverts commit 930ce2087051b4e45b2026ce7a77c14360a6993f. This is producing false-positives that are not actionable to users. We're gonna address this in another release.
2024-01-24 14:43:31 -05:00
window
.
localStorage
.
setItem
(
"hello"
,
"deno"
)
;
Copy permalink