Implement IndexedDB API #117
Labels
0. Branch: TS
Something only applicable to the ts-impl branch
1. Type: enhancement
Improve an existing feature / idea
2. Importance: medium
Medium importance
3. Target: web client
Web client related issue
The IndexedDB API is a database inside the browser that can store text, JSON, and binary blobs. It can be used inside the main page as well as web workers and service workers.
Off the top of my head I can think of a few current issues that this API would solve completely:
The text was updated successfully, but these errors were encountered: