Skip to content

parseRemoteManifest

function parseRemoteManifest(text: string): RemoteManifest;

Defined in: src/sync/manifest.ts:150

Parses a JSON-encoded manifest, validating the schema version and entry shape.

ParameterTypeDescription
textstringJSON payload produced by serializeRemoteManifest.

RemoteManifest

Parsed manifest snapshot.

ConfigurationError When the payload is invalid or has an unsupported version.