Le 11/01/2014 06:25, Bob Thulfram a écrit :
> I wrote a blog post about IndexedDB.
> http://firefoxosgaming.blogspot.com/2014/01/indexeddb-game-programming.htmland
> an earlier one on async_storage.js at
> http://firefoxosgaming.blogspot.com/2014/01/asynchronous-storage-game-programming.html
>
> After some discussion, it looks like the best storage options are:
>
> Local Storage - not encouraged!
>
> async_storage.js - somewhat cool but ... who knows about it?
>
> IndexedDB - good but tricky
>
> Anyone have any experiences to share about problems with the second two in
> Firefox OS. It seems like saving and loading persistent data would be a big
> priority? But Local Storage is bad. Sychronous is bad. Bad database, bad!
>

The Async Storage library was made especially to provide a local
storage-like asynchronous API on top of Indexed DB. You're helping
getting it known :)

-- 
Julien

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to