property ReadableBase.prototype.readableEncoding Usage in Denoimport { 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