Skip to main content
Module

x/earthstar/mod.ts>PartnerLocal#handleTransferRequest

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

Parameters

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

Returns

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