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

x/earthstar/src/syncer/partner_web_client.ts>PartnerWebClient#handleTransferRequest

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method PartnerWebClient.prototype.handleTransferRequest
import { PartnerWebClient } from "https://deno.land/x/earthstar@v10.0.0-beta.6/src/syncer/partner_web_client.ts";

Parameters

socket: IncomingTransferSourceType
kind: "upload" | "download"

Returns

Promise<ReadableStream<Uint8Array> | WritableStream<Uint8Array> | undefined>