| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: global
类名: console
方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static count(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static countReset(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static groupEnd(): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static time(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts|