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
Els always uses a plain object as a fallback (https://github.com/funkensturm/ember-local-storage/blob/master/addon/helpers/storage.js#L35) so if the app depends on localStorage being present the consuming app needs to use tryStorage and handle the undefined case on there own to inform the user that the app may be useless because nothing is persisted to localStorage
The text was updated successfully, but these errors were encountered:
Els always uses a plain object as a fallback (https://github.com/funkensturm/ember-local-storage/blob/master/addon/helpers/storage.js#L35) so if the app depends on
localStorage
being present the consuming app needs to usetryStorage
and handle theundefined
case on there own to inform the user that the app may be useless because nothing is persisted tolocalStorage
The text was updated successfully, but these errors were encountered: