TextDecoder.fatal
The fatal
property of the TextDecoder
interface is a Boolean
indicating whether the error mode is fatal.
If this value is true
, the processed text cannot be decoded because of malformed data.
If this value is false
malformed data is replaced with placeholder characters.
Specifications
No specification found
No specification data found for api.TextDecoder.fatal
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser