Thursday, March 03, 2011

Script Junkie | IndexedDB – The Store In Your Browser

Script Junkie | IndexedDB – The Store In Your Browser: "Simply put, IndexedDB is a persistent store that lets you save and retrieve JavaScript objects. The objects are indexed based on a “key” or an “index” property of the object. The API also allows for iterating over the objects. Hence, IndexedDB is not really relational in the sense of a traditional database; relationships between different object stores are not explicit. The storage is also subject to the same origin policy."