Interface TextDecoderCommon
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("TextDecoderCommon")]
public interface TextDecoderCommon
Properties
Encoding
[Value("encoding")]
string Encoding { get; }
Property Value
Fatal
[Value("fatal")]
bool Fatal { get; }
Property Value
IgnoreBOM
[Value("ignoreBOM")]
bool IgnoreBOM { get; }