Preparing search index...
The search index is not available
Automerge Repo - v2.0.0-alpha.13
Automerge Repo
@automerge/automerge-repo
Chunk
Type alias Chunk
Chunk
:
{
data
:
Uint8Array
|
undefined
;
key
:
StorageKey
;
}
A chunk is a snapshot or incremental change that is stored in a
StorageAdapter
.
Type declaration
data
:
Uint8Array
|
undefined
key
:
StorageKey
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Automerge Repo - v2.0.0-alpha.13
Loading...
A chunk is a snapshot or incremental change that is stored in a StorageAdapter.