1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
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
..
integration feat(ext/webstorage): use implied origin when --location not set (#12548) 2021-10-27 11:10:27 +11:00
testdata feat(ext/webstorage): use implied origin when --location not set (#12548) 2021-10-27 11:10:27 +11:00
unit fix(ext/http): allow multiple values in upgrade header for websocket (#12551) 2021-10-26 23:06:44 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00