Indexed DB: Reading data
Source: kristofdegrave Finally we get to the part where we can see the results of our Indexed DB tutorial. For the last few moths we have been structuring our database, adding data and now I’ll show...
View ArticleIndexed DB: Reading data
Source: kristofdegrave Finally we get to the part where we can see the results of our Indexed DB tutorial. For the last few moths we have been structuring our database, adding data and now I’ll show...
View ArticleIndexed DB: Reading multiple records
Source: kristofdegrave In my previous post I have been talking about reading data. Today, I’ll be talking about reading multiple records at once. Here for we will use a cursor. A cursor is a transient...
View ArticleIndexedDB: Keys: efficiently retrieving data from a database
Source: kristofdegrave In order to retrieve data efficiently from an IndexedDB database, each record is organized by its key. The only condition for the key is that it is a valid key. A valid key can...
View ArticleIndexedDB: MultiEntry explained
Source: kristofdegrave For a long time I was not sure what the purpose of the multiEntry attribute was. Since non of the browsers supported it yet, but since sometime Firefox and even the latest builds...
View Article