Skip to main content
Module

x/earthstar/mod.ts>AttachmentTransferProgressEvent

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias AttachmentTransferProgressEvent
import { type AttachmentTransferProgressEvent } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/mod.ts";
definition: { status: AttachmentTransferStatus; bytesLoaded: number; totalBytes: number; }