property TextEncoder.prototype.encoding Usage in Deno```typescript import { TextEncoder } from "node:node__util.d.ts"; ``` The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. Type string