Decodes a UTF-8 Uint8Array into a string.
Uint8Array
decode(bytes)
bytes
A Uint8Array containing UTF-8 bytes.
new TextDecoder().decode(new Uint8Array([104, 101, 108, 108, 111]))
"hello"