Using the IndexedDB Data Source
The IndexedDB data source enables you to bind a ListView
control to a collection of JavaScript objects stored in an IndexedDB database. You create an IndexedDB data source by providing three arguments:
objectStoreName—The name of the object store to represent with the data source.
creationOptions—The creationOptions
determine how the IndexedDB database and object store are created.
cursorOptions—(optional) If you ...
Get Windows® 8.1 Apps with HTML5 and JavaScript Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.