Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Uint8Array values #376

Open
kasrak opened this issue Mar 4, 2025 · 0 comments
Open

[Feature request] Uint8Array values #376

kasrak opened this issue Mar 4, 2025 · 0 comments

Comments

@kasrak
Copy link

kasrak commented Mar 4, 2025

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant