brows3r — TypeScript API
    Preparing search index...

    Function seedTransfers

    • Seed the store with full Transfer records the moment the backend returns request IDs from transfer_download_many / transfer_upload_many. Without this, the only data the store ever sees comes from transfer:progress — which carries no key / profileId / bucket — so TransferRow renders blank filenames and a "/" badge.

      Call right after the backend returns IDs and before any progress event has a chance to fire.

      Parameters

      • ids: string[]
      • specs: {
            bucket: string;
            destPath?: string;
            key: string;
            profileId: string;
            sourcePath?: string;
        }[]
      • kind: TransferKind
      • OptionalbatchId: string

      Returns void