1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
4|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static count(label?: string): void;|global.d.ts|
5|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static countReset(label?: string): void;|global.d.ts|
6|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
7|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
8|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts|
9|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
10|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupEnd(): void;|global.d.ts|
11|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
12|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static time(label?: string): void;|global.d.ts|
13|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
14|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
15|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts|
16