We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 )
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
The text was updated successfully, but these errors were encountered:
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...
Sorry, something went wrong.
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
No branches or pull requests
If i run app with excluded Cookies in Chrome, i have this error.
The text was updated successfully, but these errors were encountered: