You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a proper DatabaseSystem that wraps IndexedDB and is useful for larger amounts of data that can be accessed async and in workers. We're currently abusing the StorageSystem (wraps localStorage) to store the user's edit history and it has hit its limits, for example #187
The text was updated successfully, but these errors were encountered:
Followup from the recent core refactor: #961
I'd like a proper
DatabaseSystem
that wraps IndexedDB and is useful for larger amounts of data that can be accessed async and in workers. We're currently abusing theStorageSystem
(wrapslocalStorage
) to store the user's edit history and it has hit its limits, for example #187The text was updated successfully, but these errors were encountered: