Skip to main content
TextEncoderStream - stream/web - Node documentation
interface TextEncoderStream

Usage in Deno

import { type TextEncoderStream } from "node:stream/web";

Properties

readonly
encoding: "utf-8"

Returns "utf-8".

readonly
readable: ReadableStream<Uint8Array>
readonly
writable: WritableStream<string>
readonly
[[Symbol.toStringTag]]: string