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
}catch(E7){/* probably cache is full, nothing is saved this way*/}
}
Looking at this code, if JStorage runs out of room, it will assume IE7 and kill the exception. This should be changed to at least display a warning in the console that JStorage was unable to save because local storage is full. This would save a lot of time.
The text was updated successfully, but these errors were encountered:
jStorage/jstorage.js
Lines 459 to 470 in 5f4075a
Looking at this code, if JStorage runs out of room, it will assume IE7 and kill the exception. This should be changed to at least display a warning in the console that JStorage was unable to save because local storage is full. This would save a lot of time.
The text was updated successfully, but these errors were encountered: