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
In our app we use Y.js (https://github.com/yjs/yjs) heavily for data models. Currently these get persisted as base64-encoded strings, but there's some overhead in converting the underlying Uint8Array to/from base64.
It would be awesome if we could store Uint8Array directly without converting to base64 (IndexDB on web supports this already).
The text was updated successfully, but these errors were encountered:
Hello! Thanks for this excellent library.
In our app we use Y.js (https://github.com/yjs/yjs) heavily for data models. Currently these get persisted as base64-encoded strings, but there's some overhead in converting the underlying Uint8Array to/from base64.
It would be awesome if we could store Uint8Array directly without converting to base64 (IndexDB on web supports this already).
The text was updated successfully, but these errors were encountered: