package node.stream.web; typedef TextDecoderOptions = { @:optional var fatal : Bool; @:optional var ignoreBOM : Bool; };