The status-update payload exchanged between peers.
This is an internal wire shape, not a stable part of the public API: it is only exported so test fakes can be typed against WebxdcTransport. Treat its fields as subject to change.
interface Payload { serializedYjsUpdate: string;}
serializedYjsUpdate: string
The status-update payload exchanged between peers.
This is an internal wire shape, not a stable part of the public API: it is only exported so test fakes can be typed against WebxdcTransport. Treat its fields as subject to change.