mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
1c739470b5
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.
1 line
34 B
TypeScript
1 line
34 B
TypeScript
console.log(window.localStorage);
|