Describe the bug
In environments where localStorage is not available (most notably when users disable browser storage altogether), using it throws a SecurityError.
Such exceptions are not handled/caught by mode-watcher, the first hit being the inlined setInitialMode function.
Reproduction
Any usage of the lib within a site when the browser setting about persistent storage is disabled
Logs
Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
System Info
Severity
annoyance
Describe the bug
In environments where
localStorageis not available (most notably when users disable browser storage altogether), using it throws aSecurityError.Such exceptions are not handled/caught by mode-watcher, the first hit being the inlined
setInitialModefunction.Reproduction
Any usage of the lib within a site when the browser setting about persistent storage is disabled
Logs
System Info
Severity
annoyance