method TextDecoder.decode
Private
TextDecoder.decode(input?: BufferSource,options?: TextDecodeOptions,): string
Turns binary data, often in the form of a Uint8Array, into a string given the encoding.
optional
input: BufferSource
optional
options: TextDecodeOptions
string