Searched refs:Utf8Decoder (Results 1 – 1 of 1) sorted by relevance
29 let Utf8Decoder: {decode: (buf: Uint8Array) => string;}; variable32 Utf8Decoder = new TextDecoder('utf-8');41 Utf8Decoder = {decode: (buf: Uint8Array) => utf8Read(buf, 0, buf.length)};78 return Utf8Decoder.decode(buffer);