Skip to main content
Module

x/earthstar/mod.ts>AttachmentTransferProgressEvent

Storage for private, distributed, offline-first applications.
Latest
type alias AttachmentTransferProgressEvent
import { type AttachmentTransferProgressEvent } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";
definition: { status: AttachmentTransferStatus; bytesLoaded: number; totalBytes: number; }