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

x/earthstar/src/entries/universal.ts>AttachmentTransferOpts

Storage for private, distributed, offline-first applications.
Go to Latest
type alias AttachmentTransferOpts
import { type AttachmentTransferOpts } from "https://deno.land/x/earthstar@v10.0.1/src/entries/universal.ts";
definition: { stream: ReadableStream<Uint8Array> | WritableStream<Uint8Array>; replica: Replica; doc: FormatDocType<F>; format: FormatArg<F>; requester: "us" | "them"; counterpartId: "local" | string; }