Skip to main content

encoding

property TextEncoder.prototype.encoding

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

string
Back to top