MLE text encoding API(mle-js-encodings)
    Preparing search index...

    Interface TextDecoderCommon

    interface TextDecoderCommon {
        encoding: string;
        fatal: boolean;
        ignoreBOM: boolean;
    }

    Implemented by

    Index

    Properties

    encoding: string
    fatal: boolean
    ignoreBOM: boolean