Skip to main content
Module

x/earthstar/src/entries/universal.ts>Syncer#handleTransferRequest

Storage for private, distributed, offline-first applications.
Go to Latest
method Syncer.prototype.handleTransferRequest
Re-export
import { Syncer } from "https://deno.land/x/earthstar@v10.2.2/src/entries/universal.ts";

Handle a transfer request which came out of band. This method is mostly used by other syncing APIs.

Parameters

unnamed 0: { shareAddress: string; formatName: string; path: Path; author: AuthorAddress; source: IncomingTransferSourceType; kind: "upload" | "download"; }