gossamer/text_decoder_stream

Types

pub type TextDecoderStream

Values

pub fn encoding(
  of decoder: TextDecoderStream,
) -> encoding.Encoding
pub fn is_fatal(decoder: TextDecoderStream) -> Bool
pub fn is_ignore_bom(decoder: TextDecoderStream) -> Bool
pub fn new_with(
  label: String,
  with options: List(text_decoder_option.TextDecoderOption),
) -> Result(TextDecoderStream, String)
pub fn readable(
  of decoder: TextDecoderStream,
) -> readable_stream.ReadableStream(String)
Search Document