File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -647,9 +647,14 @@ added: v22.4.0
647647changes:
648648 - version: v25.2.0
649649 pr-url: https://github.com/nodejs/node/pull/60351
650- description: As specified by the Web Storage specification, accessing this
651- global without providing `--localstorage-file` throws a
652- `DOMException`.
650+ description: Accessing the `localStorage` global without providing
651+ `--localstorage-file` now throws a `DOMException`, for
652+ compliance with the Web Storage specification.
653+ - version: v25.0.0
654+ pr-url: https://github.com/nodejs/node/pull/57666
655+ description: When webstorage is enabled and `--localstorage-file` is not
656+ provided, accessing the `localStorage` global now returns an
657+ empty object.
653658 - version: v25.0.0
654659 pr-url: https://github.com/nodejs/node/pull/57666
655660 description: This API is no longer behind `--experimental-webstorage` runtime flag.
You can’t perform that action at this time.
0 commit comments