Skip to main content
ReadableWebStreamOptions - fs/promises - Node documentation
interface ReadableWebStreamOptions

Usage in Deno

import { type ReadableWebStreamOptions } from "node:fs/promises";

Properties

optional
type: "bytes" | undefined

Whether to open a normal or a 'bytes' stream.