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