TextDecoder interface
继承属性详细信息
encoding
fatal
ignoreBOM
方法详细信息
decode(AllowSharedBufferSource, TextDecodeOptions)
function decode(input?: AllowSharedBufferSource, options?: TextDecodeOptions): string
参数
- input
-
AllowSharedBufferSource
- options
- TextDecodeOptions
返回
string