HTML and CSS Reference
In-Depth Information
5.3.4. Searching an IndexedDB database
Now that the UI for the Task List view is complete, you need to search the IndexedDB
database to extract a list of task objects for display in the Task View list. To do this, In-
dexedDB requires the creation of a transaction to define an array of object stores to scan
and the type of transaction to execute. The transaction type defines how the database will
be accessed. IndexedDB provides two options: read-only and read-write. In the case of im-
plementing a search for the My Tasks application, the transaction would need to be defined
Search WWH ::




Custom Search