purescript-deprecated/purescript-dom

localStorage and sessionStorage api

Closed this issue · 2 comments

coot commented

There is a way to get the localStorage and sessionStorage but there seems to be no way to talk to it.

garyb commented

They both have the Storage interface, the functions for that are in DOM.WebStorage.Storage - or did you mean something else?

coot commented

ach, thanks, I missed that.