Functions #
Interfaces #
I
I
v
TextDecoder
Represents a decoder for a specific text encoding, allowing you to convert binary data into a string given the encoding.
I
I
I
v
I
v
TextEncoder
Allows you to convert a string into binary data (in the form of a Uint8Array) given the encoding.
I
I
I
v