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
f5e46c9bf2
denoland-deno
/
tests
/
testdata
/
run
/
webstorage
/
serialization.ts.out
3 lines
57 B
Text
Raw
Normal View
History
Unescape
Escape
feat(ext/webstorage): use implied origin when --location not set (#12548) Closes #11882 BREAKING CHANGE: Previously when `--location` was set, the unique storage key was derived from the the URL of the location instead of just the origin. This change correctly uses just the origin. This may cause previously persisted storage to change its key and data to not be available with the same location as before.
2021-10-26 20:10:27 -04:00
Storage {[WILDCARD]
fix(ext,runtime): add missing custom inspections (#21219)
2023-11-19 03:13:38 -05:00
Storage { hello: "deno", length: 1 }
Copy permalink