The TextDecoder interface represents a decoder for a specific text encoding. The implementation in nx.js only supports "utf-8" decoding.
TextDecoder
"utf-8"
If you need to decode binary data of a different encoding, consider importing a more full-featured polyfill, such as @kayahr/text-encoding.
@kayahr/text-encoding
Apache License 2.0
Sam Thorogood
https://github.com/samthor/fast-text-encoding/blob/master/src/lowlevel.js
Optional
Generated using TypeDoc
The
TextDecoder
interface represents a decoder for a specific text encoding. The implementation in nx.js only supports"utf-8"
decoding.If you need to decode binary data of a different encoding, consider importing a more full-featured polyfill, such as
@kayahr/text-encoding
.Copyright
Apache License 2.0
Author
Sam Thorogood
See
https://github.com/samthor/fast-text-encoding/blob/master/src/lowlevel.js