Interface DecodeStreamResult

interface DecodeStreamResult {
    detected: DetectedEncoding;
    stream: ReadableStream<string>;
}

Properties

Properties

stream: ReadableStream<string>