Skip to main content
Module

x/evt/mod.ts>dom.TextDecoderStream

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

Properties

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