Skip to main content
Module

x/netzo/deno.d.ts>Deno.ReadFileOptions

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface Deno.ReadFileOptions
import { type Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { ReadFileOptions } = Deno;

Properties

optional
signal: AbortSignal

An abort signal to allow cancellation of the file read operation. If the signal becomes aborted the readFile operation will be stopped and the promise returned will be rejected with an AbortError.