-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
enhancementNew feature or requestNew feature or requestplease verifyCould you see if this is better now?Could you see if this is better now?
Description
Is your feature request related to a problem? Please describe.
localStorage is limited to 5MB in size.
Describe the solution you'd like
IndexedDB is a browser API for client-side storage of significant amounts of structured data. Since it's a database, I would think it could be a nice complement to TinyBase. Ideally, every change to TinyBase would be incrementally pushed to IndexedDB (maybe even in a Web Worker to unblock the main thread).
Do you know if anyone has explored this option? Are there any reasons this might not be a good idea?
grey4owl
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplease verifyCould you see if this is better now?Could you see if this is better now?