On Mon, Oct 31, 2016 at 8:38 AM, David Andrews <[email protected]> wrote:

> I would really like to be able to use local storage in elm.  There have
> been several libraries that implement this, but none of them have been
> updated to elm 0.17.  So far the advice I've seen is just to wait, but I'm
> tired of waiting.
>

It's not really storage when you have a hard limit of 5MB of data.
persistent-cache <https://github.com/elm-lang/persistent-cache> will
probably end up covering the uses for that kind of functionality.

You should be using ports but if you really really want to use the
unreleased library, fork it, tag it with 1.0.0 and install it with
elm-github-install.


-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to