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
Looking at the console in Safari, this seems to be caused by running up against localStorage limits:
QuotaExceededError: Dom exception 22: An attempt was made to add something to storage that exceeded the quota
So we need to catch this error whenever we write to localStorage. Also, since we have to do the Fusion Tables query for the CTS text anyway, I don't think we really gain anything from memoizing the CTS result to localStorage - at least for Photios, we don't actually take advantage of this memoization.
ryanfb
added a commit
to dcthree/photios
that referenced
this issue
Mar 7, 2017
See #2
The text was updated successfully, but these errors were encountered: