Automerge Repo - v2.3.0-alpha.0
Preparing search index...
@automerge/automerge-repo
Chunk
Type Alias Chunk
A chunk is a snapshot or incremental change that is stored in a
StorageAdapter
.
type
Chunk
=
{
data
:
Uint8Array
|
undefined
;
key
:
StorageKey
;
}
Index
Properties
data
key
Properties
data
data
:
Uint8Array
|
undefined
key
key
:
StorageKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Automerge Repo - v2.3.0-alpha.0
Loading...
A chunk is a snapshot or incremental change that is stored in a StorageAdapter.