interface ReadableWebStreamOptions {
    type?: "bytes";
}

Properties

Properties

type?: "bytes"

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

v18.17.0