An update item carries yjs update data for the receiver to apply.
interface UpdateItem { data: Uint8Array; type: "update";}
data: Uint8Array
type: "update"
An update item carries yjs update data for the receiver to apply.