-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
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
QuotaExceededError in Safari incognito mode #42
Comments
Thanks for reporting this bug, @AndreasHogstrom :) The solution is probably two-fold:
I think that would give developers the flexibility they need to either a) use Would you care to make a PR @AndreasHogstrom? |
@mjackson I ran into this today, does a simple in memory storage that polyfill the localStorage can make the trick? I can drop you a PR with warning emitting for now. |
You can use this pollyfill to use the localStorage in memory:
|
Yeah ! Finally I get the solution here~ |
When using safari in incognito mode, navigation fails with the following exception:
Safari denies usage of local/session storages when in incognito mode, and raises this error when you try to.
I am using the BrowserHistory history and it seems like the error stems from history/DOMStateStorage.
The text was updated successfully, but these errors were encountered: