there was no single working example of using #indexdb to #store and #retrieve single value
here is minimal example
indexdb should be able to #store very large amounts of permanent #data with #browser #javascript
there was no single working example of using #indexdb to #store and #retrieve single value
here is minimal example
indexdb should be able to #store very large amounts of permanent #data with #browser #javascript
for some unknown reason indexdb is overly complex for simply storing value and retrieving value
i implemented two functions for very straight forward usage, which should have been provided by native api, but no way. well here is the usage:
await save_data(data)
await get_data()