TextDecoderStream constructor

TextDecoderStream([
  1. String label,
  2. TextDecoderOptions options
])

Implementation

external factory TextDecoderStream([
  String label,
  TextDecoderOptions options,
]);