Index: Source/modules/encoding/TextDecoder.idl |
diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl |
index b0f2a8f69b08fd66de7ae88a5a4d87a1e612cde1..91be920b13f71665e196420fcdd10e0ac2644505 100644 |
--- a/Source/modules/encoding/TextDecoder.idl |
+++ b/Source/modules/encoding/TextDecoder.idl |
@@ -37,5 +37,7 @@ |
MeasureAs=TextDecoderConstructor |
] interface TextDecoder { |
readonly attribute DOMString encoding; |
+ readonly attribute boolean fatal; |
+ readonly attribute boolean ignoreBOM; |
[RaisesException, MeasureAs=TextDecoderDecode] DOMString decode(optional ArrayBufferView input, optional Dictionary options); |
}; |