DataView
TextDecoder
const dv: DataView = ...; const decoder = new TextDecoder(); const str = decoder.decode(dv);