webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
TextDecoder Interface Reference

import"TextDecoder.idl";

Public Member Functions

USVString decode (optional BufferSource? input, optional TextDecodeOptions options)
 

Public Attributes

readonly attribute DOMString encoding
 
readonly attribute boolean fatal
 
readonly attribute boolean ignoreBOM
 

Member Function Documentation

◆ decode()

USVString TextDecoder::decode ( optional BufferSource?  input,
optional TextDecodeOptions  options 
)

Member Data Documentation

◆ encoding

readonly attribute DOMString TextDecoder::encoding

◆ fatal

readonly attribute boolean TextDecoder::fatal

◆ ignoreBOM

readonly attribute boolean TextDecoder::ignoreBOM

The documentation for this interface was generated from the following file: