Leaf
    Preparing search index...

    Function encodeServerResponse

    • Encode a server response to binary.

      Parameters

      • msg: {
            entityId: `leaf:${string}`;
            type: "handleUpdate";
            update: Uint8Array<ArrayBuffer>;
        }

      Returns Uint8Array