A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface ChunkMetadataOptions

    Descriptive fields accepted by ChunkMetadata.

    interface ChunkMetadataOptions {
        attributes?: ReadonlyMap<string, Uint8Array<ArrayBufferLike>>;
        mimetype?: string;
        timestamp?: Date | null;
    }
    Index
    attributes?: ReadonlyMap<string, Uint8Array<ArrayBufferLike>>
    mimetype?: string
    timestamp?: Date | null