circu.js
    Preparing search index...

    Interface TextDecoderOptions

    text.Decoder Options

    interface TextDecoderOptions {
        fatal?: boolean;
        ignoreBOM?: boolean;
        stream?: boolean;
    }
    Index

    Properties

    fatal?: boolean

    If true, throw on invalid sequences instead of replacing

    ignoreBOM?: boolean

    If true, ignore byte order mark (BOM)

    stream?: boolean

    If true, maintain state for streaming decode