xmpp_p2p
    Preparing search index...

    Unified storage surface for serialized records and binary blobs.

    Implements

    Index

    Constructors

    Methods

    • Reads a binary blob from IndexedDB.

      Parameters

      • namespace: string
      • key: string

      Returns Promise<Uint8Array<ArrayBufferLike> | undefined>

    • Writes or updates a serialized record in IndexedDB.

      Parameters

      • namespace: string
      • key: string
      • value: string
      • updatedAt: string

      Returns Promise<void>