property TextEncoder.prototype.encoding Usageimport { TextEncoder } from "node:util"; The encoding supported by the TextEncoder instance. Always set to 'utf-8'. Type string