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
Right now, simply doing something like myLSInstance['a'] = 'something' will add to the in memory version of myLSInstance without ever saving to disk. Maybe use getItem and setItem.
The text was updated successfully, but these errors were encountered:
Right now, simply doing something like myLSInstance['a'] = 'something' will add to the in memory version of myLSInstance without ever saving to disk. Maybe use getItem and setItem.
The text was updated successfully, but these errors were encountered: