Skip to main content
property TextEncoder.prototype.encoding

The encoding supported by the TextEncoder instance. Always set to 'utf-8'.

Type

string
Back to top