purescript-localstorage
purescript-localstorage copied to clipboard
Access JS webstorage (local & session) in a typesafe and convenient way
I was about to try to update this to be 0.11-compatible but noticed that now the `purescript-dom` webstorage bindings use `DOM.WebStorage.Storage` too. Maybe worth some reanming, and removing some FFI...
Now that we have at least two libraries offering the same functionality. We probably should either merge them or base one on top of the other.
As @ianbollinger pointed out, some functions might throw - the type should reflect that.