TextDecoder
const buf = new ArrayBuffer(64); const decoder = new TextDecoder(); const str = decoder.decode(buf);