Variable TextDecoder

    TextDecoder: {
        prototype: TextDecoder;
        new (label?: string, options?: TextDecoderOptions): TextDecoder;
    }