Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/syncer/transfer_manager.ts>TransferManager#handleTransferRequest

Storage for private, distributed, offline-first applications.
Go to Latest
method TransferManager.prototype.handleTransferRequest
import { TransferManager } from "https://deno.land/x/earthstar@v10.2.0/src/syncer/transfer_manager.ts";

Parameters

unnamed 0: { replica: Replica; formatName: string; path: Path; author: AuthorAddress; source: IncomingAttachmentSourceType; kind: "upload" | "download"; counterpartId: string; }