Skip to content

[ngrx] Get 'window.webkitStorageInfo' depreciation warning and crashes during serialization #608

Open
@jameshydeamg

Description

@jameshydeamg

I'm not sure what it is that's triggering the issue, but often I get a warning in Chrome:

[Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.

Once I get this warning, Redux crashes and I have to reload it.

There's a stack trace (full trace here), but the most relevent lines to Redux probably is the following two:

...
push../node_modules/@ngrx/store-devtools/fesm5/store-devtools.js.DevtoolsExtension.notify @ store-devtools.js:210
StoreDevtools.liftedAction$.pipe.Object.state @ store-devtools.js:649
...

Chrome version: 70.0.3538.110
Redux version: 2.16.5

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions