Retrieving lots of rows from IndexedDB. Warning - this will load ~180mb
of JSON from ~100k rows files.
-
-
download 190mb of JSON and store it across ~100k rows in IndexedDB
-
- load all ~100k rows using store.openCursor
-
- load all ~100k rows using index.openCursor
Check the JS console for errors - this is just a simple repro :)