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
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Check the Console for javascript error -
QuotaExceededError: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.
on 'setState' function while saving state in sessionStorage.
The text was updated successfully, but these errors were encountered:
Thanks for the info! Hmm... every attempt to write to sessionStorage should be going thru utils.setState() so we should be able to add a try/catch check there and fall back to cookies on error (and reset the hasSessionStorage flag so we don't bother trying again).
Given this is a bugfix, I'm going to add this to the 0.2.1 milestone. Lemme know if there are any objections.
Fails with javascript error while running in Safari Private mode
Browser - Safari
Mode - Private
Version - Version 6.1 (7537.71)
Steps to reproduce -
QuotaExceededError: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.
on 'setState' function while saving state in sessionStorage.
The text was updated successfully, but these errors were encountered: