ngx-store
ngx-store copied to clipboard
Failed to read the 'localStorage' property from 'Window':Access is denied
If i run app with excluded Cookies in Chrome, i have this error.
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
Help me please )
How would you like to have this solved? I think the action will depend on the application, maybe we should allow to pass an error handler function...
Error occurs at the stage:
import { NgModule } from '@angular/core';
import { WebStorageModule } from 'ngx-store';
@NgModule({
imports: [
WebStorageModule,
],
})
export class AppModule {}
Even if you do not use this module.
Therefore, in my opinion, it is worth checking whether the available localStorage for module