Interface AwarenessItem

Source
Expand description

Items sent between peers can be distinguished by type.

interface AwarenessItem {
    data: Uint8Array;
    type: "awareness";
}

Properties§

§data: Uint8Array
§type: "awareness"