TextDecoder interface
- Extends
Inherited Property Details
encoding
fatal
ignoreBOM
Method Details
decode(AllowSharedBufferSource, TextDecodeOptions)
function decode(input?: AllowSharedBufferSource, options?: TextDecodeOptions): string
Parameters
- input
-
AllowSharedBufferSource
- options
- TextDecodeOptions
Returns
string