method TextDecoder.decode
#TextDecoder.decode(input?: BufferSource,options?: TextDecodeOptions,): stringTurns binary data, often in the form of a Uint8Array, into a string given the encoding.
Parameters #
optional
#input: BufferSourceoptional
#options: TextDecodeOptionsReturn Type #
string