Skip to main content
Module

x/earthstar/mod.browser.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.8/mod.browser.ts";

Parameters

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

Returns

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