helia
    Preparing search index...

    Interface IPNSRoutingPutOptions

    interface IPNSRoutingPutOptions {
        metadata?: Partial<IPNSPublishMetadata>;
        onProgress?: ProgressEventListener<any>;
        overwrite?: boolean;
        signal?: AbortSignal;
    }

    Hierarchy

    Index
    onProgress?: ProgressEventListener<any>
    overwrite?: boolean

    Overwrite an identical stored record instead of keeping the existing one, re-stamping its local timestamp. Passed on republish/rebroadcast so the record is not re-selected for republishing every cycle.

    signal?: AbortSignal