SongGuess
    Preparing search index...

    Interface TextDecoderConstructorOptions

    interface TextDecoderConstructorOptions {
        fatal: boolean;
        ignoreBOM: boolean;
    }
    Index

    Properties

    Properties

    fatal: boolean
    ignoreBOM: boolean