Searched refs:textDecoder (Results 1 – 4 of 4) sorted by relevance
23 const textDecoder = new goog.global['TextDecoder']('utf-8', {fatal: true});24 return bytes => textDecoder.decode(bytes);
30 const textDecoder = new TextDecoder() constant571 const output = textDecoder.decode(buffer)
1847 ### `textDecoder.decode([input[, options]])`1858 internally and emitted after the next call to `textDecoder.decode()`.1860 If `textDecoder.fatal` is `true`, decoding errors that occur will result in a1863 ### `textDecoder.encoding`1869 ### `textDecoder.fatal`1876 ### `textDecoder.ignoreBOM`
9982 var textDecoder = new TextDecoder();10304 const output = textDecoder.decode(buffer);