Chartbreaker
    Preparing search index...

    Interface TextDecoderCommon_2

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

    Hierarchy (View Summary)

    Index

    Properties

    encoding: string

    Returns encoding's name, lowercased.

    fatal: boolean

    Returns true if error mode is "fatal", and false otherwise.

    ignoreBOM: boolean

    Returns true if ignore BOM flag is set, and false otherwise.