elemental2 icon indicating copy to clipboard operation
elemental2 copied to clipboard

Add an example to read/write indexeddb

Open CaledoniaProject opened this issue 4 years ago • 1 comments

Can you add an example on IndexedDB? e.g read/write/loop through keys

CaledoniaProject avatar Mar 03 '21 06:03 CaledoniaProject

I suggest starting with a resource for how to use IndexedDB in general in the browser - the API should be the same, but the syntax will just be java instead of JS. For example, see https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API.

niloc132 avatar Mar 03 '21 14:03 niloc132