Skip to main content
Module

x/evt/lib/types/lib.dom.ts>TextDecoderStream

💧EventEmitter's typesafe replacement
Go to Latest
interface TextDecoderStream
implements GenericTransformStream, TextDecoderCommon
import { type TextDecoderStream } from "https://deno.land/x/evt@v2.4.17/lib/types/lib.dom.ts";

Properties

readonly
readable: ReadableStream<string>
readonly
writable: WritableStream<BufferSource>