interface ReadableWebStreamOptions
          
Usage in Deno
import { type ReadableWebStreamOptions } from "node:fs/promises";
optional
type: "bytes" | undefined
      
    Whether to open a normal or a 'bytes' stream.