pub(crate) type TextDecoderOptions = TextDecoderOptions;
pub(crate) struct TextDecoderOptions { pub fatal: bool, pub ignoreBOM: bool, }
fatal: bool
ignoreBOM: bool