ReadableBase.prototype.readableEncoding - Node documentation
property ReadableBase.prototype.readableEncoding

Usage in Deno

import { ReadableBase } from "node:stream";

Getter for the property encoding of a given Readable stream. The encodingproperty can be set using the readable.setEncoding() method.

Type

BufferEncoding | null