You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vuex-persist with localStorage. If localStorage isn't available for some reason (blocked by browser), how can I capture it and show an alert or message? I'd like to be able to warn my users about the need for cookies, but I can't find a good place to hook this in.
If I disable cookies in the browser:
Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document
The text was updated successfully, but these errors were encountered:
I'm using vuex-persist with localStorage. If localStorage isn't available for some reason (blocked by browser), how can I capture it and show an alert or message? I'd like to be able to warn my users about the need for cookies, but I can't find a good place to hook this in.
If I disable cookies in the browser:
The text was updated successfully, but these errors were encountered: