TextDecoder interface
- Extends
Detalhes das propriedades herdadas
encoding
fatal
ignoreBOM
Detalhes do método
decode(AllowSharedBufferSource, TextDecodeOptions)
function decode(input?: AllowSharedBufferSource, options?: TextDecodeOptions): string
Parâmetros
- input
-
AllowSharedBufferSource
- options
- TextDecodeOptions
Retornos
string