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 https://github.com/martyjs/marty-lib/blob/master/modules/local-storage-state-source/localStorage.js has get and set, but the localStorage API also has removeItem() method.
Should the LocalStorage Source also accomodate for this?
Right now
https://github.com/martyjs/marty-lib/blob/master/modules/local-storage-state-source/localStorage.jshas get and set, but the localStorage API also hasremoveItem()method.Should the LocalStorage Source also accomodate for this?