Leaf
    Preparing search index...

    Function decodeServerResponse

    • Decode binary into aserver response

      Parameters

      • msg: Uint8Array

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