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

x/earthstar/src/replica/attachment_drivers/filesystem.node.ts>AttachmentDriverFilesystem#getAttachment

Storage for private, distributed, offline-first applications.
Go to Latest
method AttachmentDriverFilesystem.prototype.getAttachment
import { AttachmentDriverFilesystem } from "https://deno.land/x/earthstar@v10.2.2/src/replica/attachment_drivers/filesystem.node.ts";

Parameters

formatName: string
attachmentHash: string

Returns

Promise<DocAttachment | undefined>