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
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Type: code issue
WebStorage uses text files with serialized JSON. It has multiple issues.
The better approach is to use IndexedDB which allows storage of binary data and also has DB capabilities, which can be used for incremental updates.
I guess some compression support is also needed, maybe some modification to FF allowing to use compressed SQLite files.