Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/workerd/fs.ts>ReadFileOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface ReadFileOptions
implements FileSystemOptions
Re-export
import { type ReadFileOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";

Options for file reading functions, such as readFile, readFileAsText and readFileAsFile.

Properties

optional
signal: AbortSignal