Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
import { EaCDistributedFileSystemWorker } from "https://deno.land/x/fathym_eac_runtime@v0.1.31/src/runtime/dfs/workers/EaCDistributedFileSystemWorker.ts";

Properties

protected
optional
dfsHandler: DFSFileHandler
protected
optional
fileGetters: Record<string, Promise<{ Contents: ArrayBuffer; Headers?: Record<string, string>; Path: string; } | undefined>>
protected
optional
loadAllPaths: Promise<string[]>