Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    A chunk is a snapshot or incremental change that is stored in a StorageAdapter.

    type Chunk = {
        data: Uint8Array | undefined;
        key: StorageKey;
    }
    Index

    Properties

    Properties

    data: Uint8Array | undefined