Working With IndexedDB | Nettuts+ | Bypeople

Working With IndexedDB | Nettuts+

One of the more interesting developments in web standards lately is the Indexed Database (IndexedDB for short) specification. For a fun time you can read the spec yourself. In this tutorial I’ll be explaining this feature and hopefully giving you some inspiration to use this powerful feature yourself.As a specification, IndexedDB is currently a Candidate Recommendation.In a nutshell, IndexedDB provides a way for you to store large amounts of data on your user’s browser. Any application that …



Related Deals


Related Posts