1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/webstorage
Kitson Kelly 1c739470b5
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-27 11:10:27 +11:00
..
01_webstorage.js feat(ext/webstorage): use implied origin when --location not set (#12548) 2021-10-27 11:10:27 +11:00
Cargo.toml chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
lib.deno_webstorage.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.rs feat(ext/webstorage): use implied origin when --location not set (#12548) 2021-10-27 11:10:27 +11:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_webstorage

This op crate implements the WebStorage spec in Deno.

Spec: https://html.spec.whatwg.org/multipage/webstorage.html