Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/mod.browser.ts>PartnerLocal#handleTransferRequest

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method PartnerLocal.prototype.handleTransferRequest
Re-export
import { PartnerLocal } from "https://deno.land/x/earthstar@v10.0.0/mod.browser.ts";

Parameters

_source: IncomingTransferSourceType
_kind: "upload" | "download"

Returns

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