YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.

Home Page:https://syncedstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support binary data

csbenjamin opened this issue · comments

I have been using yjs for some time now. And I usually store binary data in my yjs documents using Uint8Array objects. I wonder if you could add the option to store Uint8Array objects without using the boxed function.

I actually thought I could use boxed to store Uint8Array, but apparently I can't.

I actually thought I could use boxed to store Uint8Array, but apparently I can't.

Hi @csbenjamin ,

Thanks for reporting. This is actually possible, a test has been added here: #82

Hope this works for you!

My bad, it was a bug indeed, fixed in #83