1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:sourcefile;<br>方法or属性:export declare function markModuleCollectable(namespace: Object): void;|global.d.ts|
4|新增|NA|类名:console;<br>方法or属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
5|新增|NA|类名:console;<br>方法or属性:static count(label?: string): void;|global.d.ts|
6|新增|NA|类名:console;<br>方法or属性:static countReset(label?: string): void;|global.d.ts|
7|新增|NA|类名:console;<br>方法or属性:static dir(dir?: Object): void;|global.d.ts|
8|新增|NA|类名:console;<br>方法or属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
9|新增|NA|类名:console;<br>方法or属性:static group(...arguments: Object[]): void;|global.d.ts|
10|新增|NA|类名:console;<br>方法or属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
11|新增|NA|类名:console;<br>方法or属性:static groupEnd(): void;|global.d.ts|
12|新增|NA|类名:console;<br>方法or属性:static table(tableData?: Object): void;|global.d.ts|
13|新增|NA|类名:console;<br>方法or属性:static time(label?: string): void;|global.d.ts|
14|新增|NA|类名:console;<br>方法or属性:static timeEnd(label?: string): void;|global.d.ts|
15|新增|NA|类名:console;<br>方法or属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
16|新增|NA|类名:console;<br>方法or属性:static trace(...arguments: Object[]): void;|global.d.ts|
17|新增|NA|类名:ConditionType;<br>方法or属性:timeout?: number;|@ohos.process.d.ts|
18|新增|NA|类名:ConditionType;<br>方法or属性:killSignal?: number \| string;|@ohos.process.d.ts|
19|新增|NA|类名:ConditionType;<br>方法or属性:maxBuffer?: number;|@ohos.process.d.ts|
20|新增|NA|类名:taskpool;<br>方法or属性:function execute(group: TaskGroup, priority?: Priority): Promise\<unknown[]>;|@ohos.taskpool.d.ts|
21|新增|NA|类名:taskpool;<br>方法or属性:function cancel(group: TaskGroup): void;|@ohos.taskpool.d.ts|
22|新增|NA|类名:taskpool;<br>方法or属性:function getTaskPoolInfo(): TaskPoolInfo;|@ohos.taskpool.d.ts|
23|新增|NA|类名:Task;<br>方法or属性:static isCanceled(): boolean;|@ohos.taskpool.d.ts|
24|新增|NA|类名:Task;<br>方法or属性:setTransferList(transfer?: ArrayBuffer[]): void;|@ohos.taskpool.d.ts|
25|新增|NA|类名:TaskGroup;<br>方法or属性:constructor();|@ohos.taskpool.d.ts|
26|新增|NA|类名:TaskGroup;<br>方法or属性:addTask(func: Function, ...args: unknown[]): void;|@ohos.taskpool.d.ts|
27|新增|NA|类名:TaskGroup;<br>方法or属性:addTask(task: Task): void;|@ohos.taskpool.d.ts|
28|新增|NA|类名:State;<br>方法or属性:WAITING = 1|@ohos.taskpool.d.ts|
29|新增|NA|类名:State;<br>方法or属性:RUNNING = 2|@ohos.taskpool.d.ts|
30|新增|NA|类名:State;<br>方法or属性:CANCELED = 3|@ohos.taskpool.d.ts|
31|新增|NA|类名:TaskInfo;<br>方法or属性:taskId: number;|@ohos.taskpool.d.ts|
32|新增|NA|类名:TaskInfo;<br>方法or属性:state: State;|@ohos.taskpool.d.ts|
33|新增|NA|类名:TaskInfo;<br>方法or属性:duration?: number;|@ohos.taskpool.d.ts|
34|新增|NA|类名:ThreadInfo;<br>方法or属性:tid: number;|@ohos.taskpool.d.ts|
35|新增|NA|类名:ThreadInfo;<br>方法or属性:taskIds?: number[];|@ohos.taskpool.d.ts|
36|新增|NA|类名:ThreadInfo;<br>方法or属性:priority?: Priority;|@ohos.taskpool.d.ts|
37|新增|NA|类名:TaskPoolInfo;<br>方法or属性:threadInfos: ThreadInfo[];|@ohos.taskpool.d.ts|
38|新增|NA|类名:TaskPoolInfo;<br>方法or属性:taskInfos: TaskInfo[];|@ohos.taskpool.d.ts|
39|新增|NA|类名:Type;<br>方法or属性:BASIC|@ohos.util.d.ts|
40|新增|NA|类名:Type;<br>方法or属性:MIME|@ohos.util.d.ts|
41|错误码有变化|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>旧版本信息:401,10200015,10200016|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>新版本信息:401,10200015|@ohos.taskpool.d.ts|
42|错误码有变化|类名:Vector;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:If|类名:Vector;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:|@ohos.util.Vector.d.ts|
43|错误码有变化|类名:Vector;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>旧版本信息:If|类名:Vector;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>新版本信息:|@ohos.util.Vector.d.ts|
44|错误码有变化|类名:Vector;<br>方法or属性:subVector(fromIndex: number, toIndex: number): Vector\<T>;<br>旧版本信息:If|类名:Vector;<br>方法or属性:subVector(fromIndex: number, toIndex: number): Vector\<T>;<br>新版本信息:|@ohos.util.Vector.d.ts|
45|type有变化|类名:Task;<br>方法or属性:arguments?: unknown[];<br>旧版本信息:|类名:Task;<br>方法or属性:arguments?: unknown[];<br>新版本信息:?unknown[]|@ohos.taskpool.d.ts|
46|函数有变化|类名:process;<br>方法or属性:function runCmd(command: string,<br><br>        options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;|类名:process;<br>方法or属性:function runCmd(<br><br>    command: string,<br><br>    options?: ConditionType<br><br>  ): ChildProcess;|@ohos.process.d.ts|
47|函数有变化|类名:Priority;<br>方法or属性:HIGH|类名:Priority;<br>方法or属性:HIGH = 0|@ohos.taskpool.d.ts|
48|函数有变化|类名:Priority;<br>方法or属性:MEDIUM|类名:Priority;<br>方法or属性:MEDIUM = 1|@ohos.taskpool.d.ts|
49|函数有变化|类名:Priority;<br>方法or属性:LOW|类名:Priority;<br>方法or属性:LOW = 2|@ohos.taskpool.d.ts|
50|函数有变化|类名:URLSearchParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|类名:URLSearchParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: URLSearchParams) => void, thisArg?: Object): void;|@ohos.url.d.ts|
51|函数有变化|类名:URLParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|类名:URLParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;|@ohos.url.d.ts|
52|函数有变化|类名:Base64Helper;<br>方法or属性:encodeToStringSync(src: Uint8Array): string;|类名:Base64Helper;<br>方法or属性:encodeToStringSync(src: Uint8Array, options?: Type): string;|@ohos.util.d.ts|
53|函数有变化|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;|@ohos.util.d.ts|
54|函数有变化|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;|@ohos.util.d.ts|
55|函数有变化|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;|@ohos.util.d.ts|
56|跨平台能力有变化|类名:buffer;<br>方法or属性:declare buffer<br>旧版本信息:|类名:buffer;<br>方法or属性:declare buffer<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
57|跨平台能力有变化|类名:buffer;<br>方法or属性:type BufferEncoding =<br>    \| 'ascii'<br>    \| 'utf8'<br>    \| 'utf-8'<br>    \| 'utf16le'<br>    \| 'ucs2'<br>    \| 'ucs-2'<br>    \| 'base64'<br>    \| 'base64url'<br>    \| 'latin1'<br>    \| 'binary'<br>    \| 'hex';<br>旧版本信息:|类名:buffer;<br>方法or属性:type BufferEncoding =<br>    \| 'ascii'<br>    \| 'utf8'<br>    \| 'utf-8'<br>    \| 'utf16le'<br>    \| 'ucs2'<br>    \| 'ucs-2'<br>    \| 'base64'<br>    \| 'base64url'<br>    \| 'latin1'<br>    \| 'binary'<br>    \| 'hex';<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
58|跨平台能力有变化|类名:buffer;<br>方法or属性:function alloc(size: number, fill?: string \| Buffer \| number, encoding?: BufferEncoding): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function alloc(size: number, fill?: string \| Buffer \| number, encoding?: BufferEncoding): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
59|跨平台能力有变化|类名:buffer;<br>方法or属性:function allocUninitializedFromPool(size: number): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function allocUninitializedFromPool(size: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
60|跨平台能力有变化|类名:buffer;<br>方法or属性:function allocUninitialized(size: number): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function allocUninitialized(size: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
61|跨平台能力有变化|类名:buffer;<br>方法or属性:function byteLength(<br>    string: string \| Buffer \| TypedArray \| DataView \| ArrayBuffer \| SharedArrayBuffer,<br>    encoding?: BufferEncoding<br>  ): number;<br>旧版本信息:|类名:buffer;<br>方法or属性:function byteLength(<br>    string: string \| Buffer \| TypedArray \| DataView \| ArrayBuffer \| SharedArrayBuffer,<br>    encoding?: BufferEncoding<br>  ): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
62|跨平台能力有变化|类名:buffer;<br>方法or属性:function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
63|跨平台能力有变化|类名:buffer;<br>方法or属性:function from(array: number[]): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function from(array: number[]): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
64|跨平台能力有变化|类名:buffer;<br>方法or属性:function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
65|跨平台能力有变化|类名:buffer;<br>方法or属性:function from(buffer: Buffer \| Uint8Array): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function from(buffer: Buffer \| Uint8Array): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
66|跨平台能力有变化|类名:buffer;<br>方法or属性:function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
67|跨平台能力有变化|类名:buffer;<br>方法or属性:function from(string: String, encoding?: BufferEncoding): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function from(string: String, encoding?: BufferEncoding): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
68|跨平台能力有变化|类名:buffer;<br>方法or属性:function isBuffer(obj: Object): boolean;<br>旧版本信息:|类名:buffer;<br>方法or属性:function isBuffer(obj: Object): boolean;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
69|跨平台能力有变化|类名:buffer;<br>方法or属性:function isEncoding(encoding: string): boolean;<br>旧版本信息:|类名:buffer;<br>方法or属性:function isEncoding(encoding: string): boolean;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
70|跨平台能力有变化|类名:buffer;<br>方法or属性:function compare(buf1: Buffer \| Uint8Array, buf2: Buffer \| Uint8Array): -1 \| 0 \| 1;<br>旧版本信息:|类名:buffer;<br>方法or属性:function compare(buf1: Buffer \| Uint8Array, buf2: Buffer \| Uint8Array): -1 \| 0 \| 1;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
71|跨平台能力有变化|类名:buffer;<br>方法or属性:function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;<br>旧版本信息:|类名:buffer;<br>方法or属性:function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
72|跨平台能力有变化|类名:TypedArray;<br>方法or属性:interface TypedArray<br>旧版本信息:|类名:TypedArray;<br>方法or属性:interface TypedArray<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
73|跨平台能力有变化|类名:Buffer;<br>方法or属性:class Buffer<br>旧版本信息:|类名:Buffer;<br>方法or属性:class Buffer<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
74|跨平台能力有变化|类名:Buffer;<br>方法or属性:length: number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
75|跨平台能力有变化|类名:Buffer;<br>方法or属性:buffer: ArrayBuffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:buffer: ArrayBuffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
76|跨平台能力有变化|类名:Buffer;<br>方法or属性:byteOffset: number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:byteOffset: number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
77|跨平台能力有变化|类名:Buffer;<br>方法or属性:fill(<br>      value: string \| Buffer \| Uint8Array \| number,<br>      offset?: number,<br>      end?: number,<br>      encoding?: BufferEncoding<br>    ): Buffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:fill(<br>      value: string \| Buffer \| Uint8Array \| number,<br>      offset?: number,<br>      end?: number,<br>      encoding?: BufferEncoding<br>    ): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
78|跨平台能力有变化|类名:Buffer;<br>方法or属性:compare(<br>      target: Buffer \| Uint8Array,<br>      targetStart?: number,<br>      targetEnd?: number,<br>      sourceStart?: number,<br>      sourceEnd?: number<br>    ): -1 \| 0 \| 1;<br>旧版本信息:|类名:Buffer;<br>方法or属性:compare(<br>      target: Buffer \| Uint8Array,<br>      targetStart?: number,<br>      targetEnd?: number,<br>      sourceStart?: number,<br>      sourceEnd?: number<br>    ): -1 \| 0 \| 1;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
79|跨平台能力有变化|类名:Buffer;<br>方法or属性:copy(target: Buffer \| Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:copy(target: Buffer \| Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
80|跨平台能力有变化|类名:Buffer;<br>方法or属性:equals(otherBuffer: Uint8Array \| Buffer): boolean;<br>旧版本信息:|类名:Buffer;<br>方法or属性:equals(otherBuffer: Uint8Array \| Buffer): boolean;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
81|跨平台能力有变化|类名:Buffer;<br>方法or属性:includes(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;<br>旧版本信息:|类名:Buffer;<br>方法or属性:includes(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
82|跨平台能力有变化|类名:Buffer;<br>方法or属性:indexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:indexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
83|跨平台能力有变化|类名:Buffer;<br>方法or属性:keys(): IterableIterator\<number>;<br>旧版本信息:|类名:Buffer;<br>方法or属性:keys(): IterableIterator\<number>;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
84|跨平台能力有变化|类名:Buffer;<br>方法or属性:values(): IterableIterator\<number>;<br>旧版本信息:|类名:Buffer;<br>方法or属性:values(): IterableIterator\<number>;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
85|跨平台能力有变化|类名:Buffer;<br>方法or属性:entries(): IterableIterator\<[number, number]>;<br>旧版本信息:|类名:Buffer;<br>方法or属性:entries(): IterableIterator\<[number, number]>;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
86|跨平台能力有变化|类名:Buffer;<br>方法or属性:lastIndexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:lastIndexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
87|跨平台能力有变化|类名:Buffer;<br>方法or属性:readBigInt64BE(offset?: number): bigint;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readBigInt64BE(offset?: number): bigint;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
88|跨平台能力有变化|类名:Buffer;<br>方法or属性:readBigInt64LE(offset?: number): bigint;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readBigInt64LE(offset?: number): bigint;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
89|跨平台能力有变化|类名:Buffer;<br>方法or属性:readBigUInt64BE(offset?: number): bigint;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readBigUInt64BE(offset?: number): bigint;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
90|跨平台能力有变化|类名:Buffer;<br>方法or属性:readBigUInt64LE(offset?: number): bigint;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readBigUInt64LE(offset?: number): bigint;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
91|跨平台能力有变化|类名:Buffer;<br>方法or属性:readDoubleBE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readDoubleBE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
92|跨平台能力有变化|类名:Buffer;<br>方法or属性:readDoubleLE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readDoubleLE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
93|跨平台能力有变化|类名:Buffer;<br>方法or属性:readFloatBE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readFloatBE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
94|跨平台能力有变化|类名:Buffer;<br>方法or属性:readFloatLE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readFloatLE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
95|跨平台能力有变化|类名:Buffer;<br>方法or属性:readInt8(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readInt8(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
96|跨平台能力有变化|类名:Buffer;<br>方法or属性:readInt16BE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readInt16BE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
97|跨平台能力有变化|类名:Buffer;<br>方法or属性:readInt16LE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readInt16LE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
98|跨平台能力有变化|类名:Buffer;<br>方法or属性:readInt32BE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readInt32BE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
99|跨平台能力有变化|类名:Buffer;<br>方法or属性:readInt32LE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readInt32LE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
100|跨平台能力有变化|类名:Buffer;<br>方法or属性:readIntBE(offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readIntBE(offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
101|跨平台能力有变化|类名:Buffer;<br>方法or属性:readIntLE(offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readIntLE(offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
102|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUInt8(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUInt8(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
103|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUInt16BE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUInt16BE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
104|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUInt16LE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUInt16LE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
105|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUInt32BE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUInt32BE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
106|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUInt32LE(offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUInt32LE(offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
107|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUIntBE(offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUIntBE(offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
108|跨平台能力有变化|类名:Buffer;<br>方法or属性:readUIntLE(offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:readUIntLE(offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
109|跨平台能力有变化|类名:Buffer;<br>方法or属性:subarray(start?: number, end?: number): Buffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:subarray(start?: number, end?: number): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
110|跨平台能力有变化|类名:Buffer;<br>方法or属性:swap16(): Buffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:swap16(): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
111|跨平台能力有变化|类名:Buffer;<br>方法or属性:swap32(): Buffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:swap32(): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
112|跨平台能力有变化|类名:Buffer;<br>方法or属性:swap64(): Buffer;<br>旧版本信息:|类名:Buffer;<br>方法or属性:swap64(): Buffer;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
113|跨平台能力有变化|类名:Buffer;<br>方法or属性:toJSON(): Object;<br>旧版本信息:|类名:Buffer;<br>方法or属性:toJSON(): Object;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
114|跨平台能力有变化|类名:Buffer;<br>方法or属性:toString(encoding?: string, start?: number, end?: number): string;<br>旧版本信息:|类名:Buffer;<br>方法or属性:toString(encoding?: string, start?: number, end?: number): string;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
115|跨平台能力有变化|类名:Buffer;<br>方法or属性:write(str: string, offset?: number, length?: number, encoding?: string): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:write(str: string, offset?: number, length?: number, encoding?: string): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
116|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeBigInt64BE(value: bigint, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeBigInt64BE(value: bigint, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
117|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeBigInt64LE(value: bigint, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeBigInt64LE(value: bigint, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
118|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeBigUInt64BE(value: bigint, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeBigUInt64BE(value: bigint, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
119|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeBigUInt64LE(value: bigint, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeBigUInt64LE(value: bigint, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
120|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeDoubleBE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeDoubleBE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
121|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeDoubleLE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeDoubleLE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
122|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeFloatBE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeFloatBE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
123|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeFloatLE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeFloatLE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
124|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeInt8(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeInt8(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
125|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeInt16BE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeInt16BE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
126|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeInt16LE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeInt16LE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
127|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeInt32BE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeInt32BE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
128|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeInt32LE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeInt32LE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
129|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeIntBE(value: number, offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeIntBE(value: number, offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
130|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeIntLE(value: number, offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeIntLE(value: number, offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
131|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUInt8(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUInt8(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
132|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUInt16BE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUInt16BE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
133|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUInt16LE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUInt16LE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
134|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUInt32BE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUInt32BE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
135|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUInt32LE(value: number, offset?: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUInt32LE(value: number, offset?: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
136|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUIntBE(value: number, offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUIntBE(value: number, offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
137|跨平台能力有变化|类名:Buffer;<br>方法or属性:writeUIntLE(value: number, offset: number, byteLength: number): number;<br>旧版本信息:|类名:Buffer;<br>方法or属性:writeUIntLE(value: number, offset: number, byteLength: number): number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
138|跨平台能力有变化|类名:Blob;<br>方法or属性:class Blob<br>旧版本信息:|类名:Blob;<br>方法or属性:class Blob<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
139|跨平台能力有变化|类名:Blob;<br>方法or属性:constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[], options?: Object);<br>旧版本信息:|类名:Blob;<br>方法or属性:constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[], options?: Object);<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
140|跨平台能力有变化|类名:Blob;<br>方法or属性:size: number;<br>旧版本信息:|类名:Blob;<br>方法or属性:size: number;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
141|跨平台能力有变化|类名:Blob;<br>方法or属性:type: string;<br>旧版本信息:|类名:Blob;<br>方法or属性:type: string;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
142|跨平台能力有变化|类名:Blob;<br>方法or属性:arrayBuffer(): Promise\<ArrayBuffer>;<br>旧版本信息:|类名:Blob;<br>方法or属性:arrayBuffer(): Promise\<ArrayBuffer>;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
143|跨平台能力有变化|类名:Blob;<br>方法or属性:slice(start?: number, end?: number, type?: string): Blob;<br>旧版本信息:|类名:Blob;<br>方法or属性:slice(start?: number, end?: number, type?: string): Blob;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
144|跨平台能力有变化|类名:Blob;<br>方法or属性:text(): Promise\<string>;<br>旧版本信息:|类名:Blob;<br>方法or属性:text(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
145|跨平台能力有变化|类名:xml;<br>方法or属性:declare xml<br>旧版本信息:|类名:xml;<br>方法or属性:declare xml<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
146|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:trim: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:trim: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
147|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreDeclaration?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreDeclaration?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
148|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreInstruction?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreInstruction?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
149|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreAttributes?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreAttributes?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
150|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreComment?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreComment?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
151|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreCDATA?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreCDATA?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
152|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreDoctype?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreDoctype?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
153|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:ignoreText?: boolean;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:ignoreText?: boolean;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
154|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:declarationKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:declarationKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
155|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:instructionKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:instructionKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
156|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:attributesKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:attributesKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
157|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:textKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:textKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
158|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:cdataKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:cdataKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
159|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:doctypeKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:doctypeKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
160|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:commentKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:commentKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
161|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:parentKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:parentKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
162|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:typeKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:typeKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
163|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:nameKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:nameKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
164|跨平台能力有变化|类名:ConvertOptions;<br>方法or属性:elementsKey: string;<br>旧版本信息:|类名:ConvertOptions;<br>方法or属性:elementsKey: string;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
165|跨平台能力有变化|类名:ConvertXML;<br>方法or属性:class ConvertXML<br>旧版本信息:|类名:ConvertXML;<br>方法or属性:class ConvertXML<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
166|跨平台能力有变化|类名:ConvertXML;<br>方法or属性:convertToJSObject(xml: string, options?: ConvertOptions): Object;<br>旧版本信息:|类名:ConvertXML;<br>方法or属性:convertToJSObject(xml: string, options?: ConvertOptions): Object;<br>新版本信息:crossplatform|@ohos.convertxml.d.ts|
167|跨平台能力有变化|类名:process;<br>方法or属性:declare process<br>旧版本信息:|类名:process;<br>方法or属性:declare process<br>新版本信息:crossplatform|@ohos.process.d.ts|
168|跨平台能力有变化|类名:process;<br>方法or属性:function is64Bit(): boolean;<br>旧版本信息:|类名:process;<br>方法or属性:function is64Bit(): boolean;<br>新版本信息:crossplatform|@ohos.process.d.ts|
169|跨平台能力有变化|类名:process;<br>方法or属性:function getStartRealtime(): number;<br>旧版本信息:|类名:process;<br>方法or属性:function getStartRealtime(): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
170|跨平台能力有变化|类名:process;<br>方法or属性:function getPastCpuTime(): number;<br>旧版本信息:|类名:process;<br>方法or属性:function getPastCpuTime(): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
171|跨平台能力有变化|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>旧版本信息:|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
172|跨平台能力有变化|类名:process;<br>方法or属性:function abort(): void;<br>旧版本信息:|类名:process;<br>方法or属性:function abort(): void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
173|跨平台能力有变化|类名:process;<br>方法or属性:function uptime(): number;<br>旧版本信息:|类名:process;<br>方法or属性:function uptime(): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
174|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:export class ProcessManager<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:export class ProcessManager<br>新版本信息:crossplatform|@ohos.process.d.ts|
175|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:isAppUid(v: number): boolean;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:isAppUid(v: number): boolean;<br>新版本信息:crossplatform|@ohos.process.d.ts|
176|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:getUidForName(v: string): number;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:getUidForName(v: string): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
177|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:getThreadPriority(v: number): number;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:getThreadPriority(v: number): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
178|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:getSystemConfig(name: number): number;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:getSystemConfig(name: number): number;<br>新版本信息:crossplatform|@ohos.process.d.ts|
179|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:getEnvironmentVar(name: string): string;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:getEnvironmentVar(name: string): string;<br>新版本信息:crossplatform|@ohos.process.d.ts|
180|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:exit(code: number): void;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:exit(code: number): void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
181|跨平台能力有变化|类名:ProcessManager;<br>方法or属性:kill(signal: number, pid: number): boolean;<br>旧版本信息:|类名:ProcessManager;<br>方法or属性:kill(signal: number, pid: number): boolean;<br>新版本信息:crossplatform|@ohos.process.d.ts|
182|跨平台能力有变化|类名:taskpool;<br>方法or属性:declare taskpool<br>旧版本信息:|类名:taskpool;<br>方法or属性:declare taskpool<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
183|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
184|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
185|跨平台能力有变化|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
186|跨平台能力有变化|类名:Priority;<br>方法or属性:enum Priority<br>旧版本信息:|类名:Priority;<br>方法or属性:enum Priority<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
187|跨平台能力有变化|类名:Priority;<br>方法or属性:HIGH = 0<br>旧版本信息:|类名:Priority;<br>方法or属性:HIGH = 0<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
188|跨平台能力有变化|类名:Priority;<br>方法or属性:MEDIUM = 1<br>旧版本信息:|类名:Priority;<br>方法or属性:MEDIUM = 1<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
189|跨平台能力有变化|类名:Priority;<br>方法or属性:LOW = 2<br>旧版本信息:|类名:Priority;<br>方法or属性:LOW = 2<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
190|跨平台能力有变化|类名:Task;<br>方法or属性:class Task<br>旧版本信息:|类名:Task;<br>方法or属性:class Task<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
191|跨平台能力有变化|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>旧版本信息:|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
192|跨平台能力有变化|类名:Task;<br>方法or属性:function: Function;<br>旧版本信息:|类名:Task;<br>方法or属性:function: Function;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
193|跨平台能力有变化|类名:Task;<br>方法or属性:arguments?: unknown[];<br>旧版本信息:|类名:Task;<br>方法or属性:arguments?: unknown[];<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
194|跨平台能力有变化|类名:uri;<br>方法or属性:declare uri<br>旧版本信息:|类名:uri;<br>方法or属性:declare uri<br>新版本信息:crossplatform|@ohos.uri.d.ts|
195|跨平台能力有变化|类名:URI;<br>方法or属性:class URI<br>旧版本信息:|类名:URI;<br>方法or属性:class URI<br>新版本信息:crossplatform|@ohos.uri.d.ts|
196|跨平台能力有变化|类名:URI;<br>方法or属性:constructor(uri: string);<br>旧版本信息:|类名:URI;<br>方法or属性:constructor(uri: string);<br>新版本信息:crossplatform|@ohos.uri.d.ts|
197|跨平台能力有变化|类名:URI;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:URI;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
198|跨平台能力有变化|类名:URI;<br>方法or属性:equalsTo(other: URI): boolean;<br>旧版本信息:|类名:URI;<br>方法or属性:equalsTo(other: URI): boolean;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
199|跨平台能力有变化|类名:URI;<br>方法or属性:checkIsAbsolute(): boolean;<br>旧版本信息:|类名:URI;<br>方法or属性:checkIsAbsolute(): boolean;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
200|跨平台能力有变化|类名:URI;<br>方法or属性:normalize(): URI;<br>旧版本信息:|类名:URI;<br>方法or属性:normalize(): URI;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
201|跨平台能力有变化|类名:URI;<br>方法or属性:scheme: string;<br>旧版本信息:|类名:URI;<br>方法or属性:scheme: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
202|跨平台能力有变化|类名:URI;<br>方法or属性:userInfo: string;<br>旧版本信息:|类名:URI;<br>方法or属性:userInfo: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
203|跨平台能力有变化|类名:URI;<br>方法or属性:host: string;<br>旧版本信息:|类名:URI;<br>方法or属性:host: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
204|跨平台能力有变化|类名:URI;<br>方法or属性:port: string;<br>旧版本信息:|类名:URI;<br>方法or属性:port: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
205|跨平台能力有变化|类名:URI;<br>方法or属性:path: string;<br>旧版本信息:|类名:URI;<br>方法or属性:path: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
206|跨平台能力有变化|类名:URI;<br>方法or属性:query: string;<br>旧版本信息:|类名:URI;<br>方法or属性:query: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
207|跨平台能力有变化|类名:URI;<br>方法or属性:fragment: string;<br>旧版本信息:|类名:URI;<br>方法or属性:fragment: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
208|跨平台能力有变化|类名:URI;<br>方法or属性:authority: string;<br>旧版本信息:|类名:URI;<br>方法or属性:authority: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
209|跨平台能力有变化|类名:URI;<br>方法or属性:ssp: string;<br>旧版本信息:|类名:URI;<br>方法or属性:ssp: string;<br>新版本信息:crossplatform|@ohos.uri.d.ts|
210|跨平台能力有变化|类名:url;<br>方法or属性:declare url<br>旧版本信息:|类名:url;<br>方法or属性:declare url<br>新版本信息:crossplatform|@ohos.url.d.ts|
211|跨平台能力有变化|类名:URLParams;<br>方法or属性:class URLParams<br>旧版本信息:|类名:URLParams;<br>方法or属性:class URLParams<br>新版本信息:crossplatform|@ohos.url.d.ts|
212|跨平台能力有变化|类名:URLParams;<br>方法or属性:constructor(init?: string[][] \| Record\<string, string> \| string \| URLParams);<br>旧版本信息:|类名:URLParams;<br>方法or属性:constructor(init?: string[][] \| Record\<string, string> \| string \| URLParams);<br>新版本信息:crossplatform|@ohos.url.d.ts|
213|跨平台能力有变化|类名:URLParams;<br>方法or属性:append(name: string, value: string): void;<br>旧版本信息:|类名:URLParams;<br>方法or属性:append(name: string, value: string): void;<br>新版本信息:crossplatform|@ohos.url.d.ts|
214|跨平台能力有变化|类名:URLParams;<br>方法or属性:delete(name: string): void;<br>旧版本信息:|类名:URLParams;<br>方法or属性:delete(name: string): void;<br>新版本信息:crossplatform|@ohos.url.d.ts|
215|跨平台能力有变化|类名:URLParams;<br>方法or属性:getAll(name: string): string[];<br>旧版本信息:|类名:URLParams;<br>方法or属性:getAll(name: string): string[];<br>新版本信息:crossplatform|@ohos.url.d.ts|
216|跨平台能力有变化|类名:URLParams;<br>方法or属性:entries(): IterableIterator\<[string, string]>;<br>旧版本信息:|类名:URLParams;<br>方法or属性:entries(): IterableIterator\<[string, string]>;<br>新版本信息:crossplatform|@ohos.url.d.ts|
217|跨平台能力有变化|类名:URLParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;<br>旧版本信息:|类名:URLParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.url.d.ts|
218|跨平台能力有变化|类名:URLParams;<br>方法or属性:get(name: string): string \| null;<br>旧版本信息:|类名:URLParams;<br>方法or属性:get(name: string): string \| null;<br>新版本信息:crossplatform|@ohos.url.d.ts|
219|跨平台能力有变化|类名:URLParams;<br>方法or属性:has(name: string): boolean;<br>旧版本信息:|类名:URLParams;<br>方法or属性:has(name: string): boolean;<br>新版本信息:crossplatform|@ohos.url.d.ts|
220|跨平台能力有变化|类名:URLParams;<br>方法or属性:set(name: string, value: string): void;<br>旧版本信息:|类名:URLParams;<br>方法or属性:set(name: string, value: string): void;<br>新版本信息:crossplatform|@ohos.url.d.ts|
221|跨平台能力有变化|类名:URLParams;<br>方法or属性:sort(): void;<br>旧版本信息:|类名:URLParams;<br>方法or属性:sort(): void;<br>新版本信息:crossplatform|@ohos.url.d.ts|
222|跨平台能力有变化|类名:URLParams;<br>方法or属性:keys(): IterableIterator\<string>;<br>旧版本信息:|类名:URLParams;<br>方法or属性:keys(): IterableIterator\<string>;<br>新版本信息:crossplatform|@ohos.url.d.ts|
223|跨平台能力有变化|类名:URLParams;<br>方法or属性:values(): IterableIterator\<string>;<br>旧版本信息:|类名:URLParams;<br>方法or属性:values(): IterableIterator\<string>;<br>新版本信息:crossplatform|@ohos.url.d.ts|
224|跨平台能力有变化|类名:URLParams;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;<br>旧版本信息:|类名:URLParams;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;<br>新版本信息:crossplatform|@ohos.url.d.ts|
225|跨平台能力有变化|类名:URLParams;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:URLParams;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
226|跨平台能力有变化|类名:URL;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:URL;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
227|跨平台能力有变化|类名:URL;<br>方法or属性:class URL<br>旧版本信息:|类名:URL;<br>方法or属性:class URL<br>新版本信息:crossplatform|@ohos.url.d.ts|
228|跨平台能力有变化|类名:URL;<br>方法or属性:constructor();<br>旧版本信息:|类名:URL;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.url.d.ts|
229|跨平台能力有变化|类名:URL;<br>方法or属性:static parseURL(url: string, base?: string \| URL): URL;<br>旧版本信息:|类名:URL;<br>方法or属性:static parseURL(url: string, base?: string \| URL): URL;<br>新版本信息:crossplatform|@ohos.url.d.ts|
230|跨平台能力有变化|类名:URL;<br>方法or属性:toJSON(): string;<br>旧版本信息:|类名:URL;<br>方法or属性:toJSON(): string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
231|跨平台能力有变化|类名:URL;<br>方法or属性:hash: string;<br>旧版本信息:|类名:URL;<br>方法or属性:hash: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
232|跨平台能力有变化|类名:URL;<br>方法or属性:host: string;<br>旧版本信息:|类名:URL;<br>方法or属性:host: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
233|跨平台能力有变化|类名:URL;<br>方法or属性:hostname: string;<br>旧版本信息:|类名:URL;<br>方法or属性:hostname: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
234|跨平台能力有变化|类名:URL;<br>方法or属性:href: string;<br>旧版本信息:|类名:URL;<br>方法or属性:href: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
235|跨平台能力有变化|类名:URL;<br>方法or属性:readonly origin: string;<br>旧版本信息:|类名:URL;<br>方法or属性:readonly origin: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
236|跨平台能力有变化|类名:URL;<br>方法or属性:password: string;<br>旧版本信息:|类名:URL;<br>方法or属性:password: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
237|跨平台能力有变化|类名:URL;<br>方法or属性:pathname: string;<br>旧版本信息:|类名:URL;<br>方法or属性:pathname: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
238|跨平台能力有变化|类名:URL;<br>方法or属性:port: string;<br>旧版本信息:|类名:URL;<br>方法or属性:port: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
239|跨平台能力有变化|类名:URL;<br>方法or属性:protocol: string;<br>旧版本信息:|类名:URL;<br>方法or属性:protocol: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
240|跨平台能力有变化|类名:URL;<br>方法or属性:search: string;<br>旧版本信息:|类名:URL;<br>方法or属性:search: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
241|跨平台能力有变化|类名:URL;<br>方法or属性:readonly params: URLParams;<br>旧版本信息:|类名:URL;<br>方法or属性:readonly params: URLParams;<br>新版本信息:crossplatform|@ohos.url.d.ts|
242|跨平台能力有变化|类名:URL;<br>方法or属性:username: string;<br>旧版本信息:|类名:URL;<br>方法or属性:username: string;<br>新版本信息:crossplatform|@ohos.url.d.ts|
243|跨平台能力有变化|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>旧版本信息:|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
244|跨平台能力有变化|类名:ArrayList;<br>方法or属性:constructor();<br>旧版本信息:|类名:ArrayList;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
245|跨平台能力有变化|类名:ArrayList;<br>方法or属性:length: number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
246|跨平台能力有变化|类名:ArrayList;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:add(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
247|跨平台能力有变化|类名:ArrayList;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
248|跨平台能力有变化|类名:ArrayList;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:has(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
249|跨平台能力有变化|类名:ArrayList;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
250|跨平台能力有变化|类名:ArrayList;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
251|跨平台能力有变化|类名:ArrayList;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
252|跨平台能力有变化|类名:ArrayList;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
253|跨平台能力有变化|类名:ArrayList;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
254|跨平台能力有变化|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T, thisArg?: Object): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
255|跨平台能力有变化|类名:ArrayList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
256|跨平台能力有变化|类名:ArrayList;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
257|跨平台能力有变化|类名:ArrayList;<br>方法or属性:subArrayList(fromIndex: number, toIndex: number): ArrayList\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:subArrayList(fromIndex: number, toIndex: number): ArrayList\<T>;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
258|跨平台能力有变化|类名:ArrayList;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
259|跨平台能力有变化|类名:ArrayList;<br>方法or属性:clone(): ArrayList\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:clone(): ArrayList\<T>;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
260|跨平台能力有变化|类名:ArrayList;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getCapacity(): number;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
261|跨平台能力有变化|类名:ArrayList;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
262|跨平台能力有变化|类名:ArrayList;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
263|跨平台能力有变化|类名:ArrayList;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
264|跨平台能力有变化|类名:ArrayList;<br>方法or属性:trimToCurrentLength(): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:trimToCurrentLength(): void;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
265|跨平台能力有变化|类名:ArrayList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
266|跨平台能力有变化|类名:util;<br>方法or属性:declare util<br>旧版本信息:|类名:util;<br>方法or属性:declare util<br>新版本信息:crossplatform|@ohos.util.d.ts|
267|跨平台能力有变化|类名:util;<br>方法or属性:function format(format: string, ...args: Object[]): string;<br>旧版本信息:|类名:util;<br>方法or属性:function format(format: string, ...args: Object[]): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
268|跨平台能力有变化|类名:util;<br>方法or属性:function errnoToString(errno: number): string;<br>旧版本信息:|类名:util;<br>方法or属性:function errnoToString(errno: number): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
269|跨平台能力有变化|类名:util;<br>方法or属性:function callbackWrapper(original: Function): (err: Object, value: Object) => void;<br>旧版本信息:|类名:util;<br>方法or属性:function callbackWrapper(original: Function): (err: Object, value: Object) => void;<br>新版本信息:crossplatform|@ohos.util.d.ts|
270|跨平台能力有变化|类名:util;<br>方法or属性:function promisify(original: (err: Object, value: Object) => void): Function;<br>旧版本信息:|类名:util;<br>方法or属性:function promisify(original: (err: Object, value: Object) => void): Function;<br>新版本信息:crossplatform|@ohos.util.d.ts|
271|跨平台能力有变化|类名:util;<br>方法or属性:function generateRandomUUID(entropyCache?: boolean): string;<br>旧版本信息:|类名:util;<br>方法or属性:function generateRandomUUID(entropyCache?: boolean): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
272|跨平台能力有变化|类名:util;<br>方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;<br>旧版本信息:|类名:util;<br>方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;<br>新版本信息:crossplatform|@ohos.util.d.ts|
273|跨平台能力有变化|类名:util;<br>方法or属性:function parseUUID(uuid: string): Uint8Array;<br>旧版本信息:|类名:util;<br>方法or属性:function parseUUID(uuid: string): Uint8Array;<br>新版本信息:crossplatform|@ohos.util.d.ts|
274|跨平台能力有变化|类名:util;<br>方法or属性:type ScopeType = ScopeComparable \| number;<br>旧版本信息:|类名:util;<br>方法or属性:type ScopeType = ScopeComparable \| number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
275|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:class TextDecoder<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:class TextDecoder<br>新版本信息:crossplatform|@ohos.util.d.ts|
276|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:readonly encoding: string;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:readonly encoding: string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
277|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:readonly fatal: boolean;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:readonly fatal: boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
278|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:readonly ignoreBOM = false;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:readonly ignoreBOM = false;<br>新版本信息:crossplatform|@ohos.util.d.ts|
279|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.d.ts|
280|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.d.ts|
281|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:constructor();<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.d.ts|
282|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:constructor();<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.d.ts|
283|跨平台能力有变化|类名:types;<br>方法or属性:constructor();<br>旧版本信息:|类名:types;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.d.ts|
284|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:static create(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:static create(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder;<br>新版本信息:crossplatform|@ohos.util.d.ts|
285|跨平台能力有变化|类名:TextDecoder;<br>方法or属性:decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
286|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:class TextEncoder<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:class TextEncoder<br>新版本信息:crossplatform|@ohos.util.d.ts|
287|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:readonly encoding = 'utf-8';<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:readonly encoding = 'utf-8';<br>新版本信息:crossplatform|@ohos.util.d.ts|
288|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:constructor(encoding?: string);<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:constructor(encoding?: string);<br>新版本信息:crossplatform|@ohos.util.d.ts|
289|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:encodeInto(input?: string): Uint8Array;<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:encodeInto(input?: string): Uint8Array;<br>新版本信息:crossplatform|@ohos.util.d.ts|
290|跨平台能力有变化|类名:TextEncoder;<br>方法or属性:encodeIntoUint8Array(input: string, dest: Uint8Array): { read: number; written: number };<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:encodeIntoUint8Array(input: string, dest: Uint8Array): { read: number; written: number };<br>新版本信息:crossplatform|@ohos.util.d.ts|
291|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:class RationalNumber<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:class RationalNumber<br>新版本信息:crossplatform|@ohos.util.d.ts|
292|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:static parseRationalNumber(numerator: number, denominator: number): RationalNumber;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:static parseRationalNumber(numerator: number, denominator: number): RationalNumber;<br>新版本信息:crossplatform|@ohos.util.d.ts|
293|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:static createRationalFromString(rationalString: string): RationalNumber;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:static createRationalFromString(rationalString: string): RationalNumber;<br>新版本信息:crossplatform|@ohos.util.d.ts|
294|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:compare(another: RationalNumber): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:compare(another: RationalNumber): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
295|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:equals(obj: Object): boolean;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:equals(obj: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
296|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:valueOf(): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:valueOf(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
297|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:static getCommonFactor(number1: number, number2: number): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:static getCommonFactor(number1: number, number2: number): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
298|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:getDenominator(): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:getDenominator(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
299|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:getNumerator(): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:getNumerator(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
300|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:isFinite(): boolean;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:isFinite(): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
301|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:isNaN(): boolean;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:isNaN(): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
302|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:isZero(): boolean;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:isZero(): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
303|跨平台能力有变化|类名:RationalNumber;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
304|跨平台能力有变化|类名:LRUCache;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
305|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:toString(): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
306|跨平台能力有变化|类名:LRUCache;<br>方法or属性:class LRUCache<br>旧版本信息:|类名:LRUCache;<br>方法or属性:class LRUCache<br>新版本信息:crossplatform|@ohos.util.d.ts|
307|跨平台能力有变化|类名:LRUCache;<br>方法or属性:constructor(capacity?: number);<br>旧版本信息:|类名:LRUCache;<br>方法or属性:constructor(capacity?: number);<br>新版本信息:crossplatform|@ohos.util.d.ts|
308|跨平台能力有变化|类名:LRUCache;<br>方法or属性:updateCapacity(newCapacity: number): void;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:updateCapacity(newCapacity: number): void;<br>新版本信息:crossplatform|@ohos.util.d.ts|
309|跨平台能力有变化|类名:LRUCache;<br>方法or属性:length: number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
310|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getCapacity(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
311|跨平台能力有变化|类名:LRUCache;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.d.ts|
312|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getCreateCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getCreateCount(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
313|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getMissCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getMissCount(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
314|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getRemovalCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getRemovalCount(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
315|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getMatchCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getMatchCount(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
316|跨平台能力有变化|类名:LRUCache;<br>方法or属性:getPutCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getPutCount(): number;<br>新版本信息:crossplatform|@ohos.util.d.ts|
317|跨平台能力有变化|类名:LRUCache;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
318|跨平台能力有变化|类名:LRUCache;<br>方法or属性:get(key: K): V \| undefined;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:get(key: K): V \| undefined;<br>新版本信息:crossplatform|@ohos.util.d.ts|
319|跨平台能力有变化|类名:LRUCache;<br>方法or属性:put(key: K, value: V): V;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:put(key: K, value: V): V;<br>新版本信息:crossplatform|@ohos.util.d.ts|
320|跨平台能力有变化|类名:LRUCache;<br>方法or属性:values(): V[];<br>旧版本信息:|类名:LRUCache;<br>方法or属性:values(): V[];<br>新版本信息:crossplatform|@ohos.util.d.ts|
321|跨平台能力有变化|类名:LRUCache;<br>方法or属性:keys(): K[];<br>旧版本信息:|类名:LRUCache;<br>方法or属性:keys(): K[];<br>新版本信息:crossplatform|@ohos.util.d.ts|
322|跨平台能力有变化|类名:LRUCache;<br>方法or属性:remove(key: K): V \| undefined;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:remove(key: K): V \| undefined;<br>新版本信息:crossplatform|@ohos.util.d.ts|
323|跨平台能力有变化|类名:LRUCache;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>新版本信息:crossplatform|@ohos.util.d.ts|
324|跨平台能力有变化|类名:LRUCache;<br>方法or属性:contains(key: K): boolean;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:contains(key: K): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
325|跨平台能力有变化|类名:LRUCache;<br>方法or属性:createDefault(key: K): V;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:createDefault(key: K): V;<br>新版本信息:crossplatform|@ohos.util.d.ts|
326|跨平台能力有变化|类名:LRUCache;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.d.ts|
327|跨平台能力有变化|类名:LRUCache;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.d.ts|
328|跨平台能力有变化|类名:ScopeComparable;<br>方法or属性:compareTo(other: ScopeComparable): boolean;<br>旧版本信息:|类名:ScopeComparable;<br>方法or属性:compareTo(other: ScopeComparable): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
329|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:class ScopeHelper<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:class ScopeHelper<br>新版本信息:crossplatform|@ohos.util.d.ts|
330|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>新版本信息:crossplatform|@ohos.util.d.ts|
331|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:intersect(range: ScopeHelper): ScopeHelper;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:intersect(range: ScopeHelper): ScopeHelper;<br>新版本信息:crossplatform|@ohos.util.d.ts|
332|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;<br>新版本信息:crossplatform|@ohos.util.d.ts|
333|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:getUpper(): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:getUpper(): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
334|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
335|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:expand(range: ScopeHelper): ScopeHelper;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:expand(range: ScopeHelper): ScopeHelper;<br>新版本信息:crossplatform|@ohos.util.d.ts|
336|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:expand(value: ScopeType): ScopeHelper;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:expand(value: ScopeType): ScopeHelper;<br>新版本信息:crossplatform|@ohos.util.d.ts|
337|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:contains(value: ScopeType): boolean;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:contains(value: ScopeType): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
338|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:contains(range: ScopeHelper): boolean;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:contains(range: ScopeHelper): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
339|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:clamp(value: ScopeType): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:clamp(value: ScopeType): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
340|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:class Base64Helper<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:class Base64Helper<br>新版本信息:crossplatform|@ohos.util.d.ts|
341|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:encodeSync(src: Uint8Array): Uint8Array;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:encodeSync(src: Uint8Array): Uint8Array;<br>新版本信息:crossplatform|@ohos.util.d.ts|
342|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:encodeToStringSync(src: Uint8Array, options?: Type): string;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:encodeToStringSync(src: Uint8Array, options?: Type): string;<br>新版本信息:crossplatform|@ohos.util.d.ts|
343|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;<br>新版本信息:crossplatform|@ohos.util.d.ts|
344|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:encode(src: Uint8Array): Promise\<Uint8Array>;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:encode(src: Uint8Array): Promise\<Uint8Array>;<br>新版本信息:crossplatform|@ohos.util.d.ts|
345|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;<br>新版本信息:crossplatform|@ohos.util.d.ts|
346|跨平台能力有变化|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;<br>旧版本信息:|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;<br>新版本信息:crossplatform|@ohos.util.d.ts|
347|跨平台能力有变化|类名:types;<br>方法or属性:class types<br>旧版本信息:|类名:types;<br>方法or属性:class types<br>新版本信息:crossplatform|@ohos.util.d.ts|
348|跨平台能力有变化|类名:types;<br>方法or属性:isAnyArrayBuffer(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isAnyArrayBuffer(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
349|跨平台能力有变化|类名:types;<br>方法or属性:isArrayBufferView(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isArrayBufferView(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
350|跨平台能力有变化|类名:types;<br>方法or属性:isArgumentsObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isArgumentsObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
351|跨平台能力有变化|类名:types;<br>方法or属性:isArrayBuffer(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isArrayBuffer(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
352|跨平台能力有变化|类名:types;<br>方法or属性:isAsyncFunction(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isAsyncFunction(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
353|跨平台能力有变化|类名:types;<br>方法or属性:isBigInt64Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isBigInt64Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
354|跨平台能力有变化|类名:types;<br>方法or属性:isBigUint64Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isBigUint64Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
355|跨平台能力有变化|类名:types;<br>方法or属性:isBooleanObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isBooleanObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
356|跨平台能力有变化|类名:types;<br>方法or属性:isBoxedPrimitive(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isBoxedPrimitive(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
357|跨平台能力有变化|类名:types;<br>方法or属性:isDataView(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isDataView(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
358|跨平台能力有变化|类名:types;<br>方法or属性:isDate(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isDate(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
359|跨平台能力有变化|类名:types;<br>方法or属性:isExternal(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isExternal(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
360|跨平台能力有变化|类名:types;<br>方法or属性:isFloat32Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isFloat32Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
361|跨平台能力有变化|类名:types;<br>方法or属性:isFloat64Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isFloat64Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
362|跨平台能力有变化|类名:types;<br>方法or属性:isGeneratorFunction(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isGeneratorFunction(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
363|跨平台能力有变化|类名:types;<br>方法or属性:isGeneratorObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isGeneratorObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
364|跨平台能力有变化|类名:types;<br>方法or属性:isInt8Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isInt8Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
365|跨平台能力有变化|类名:types;<br>方法or属性:isInt16Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isInt16Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
366|跨平台能力有变化|类名:types;<br>方法or属性:isInt32Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isInt32Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
367|跨平台能力有变化|类名:types;<br>方法or属性:isMap(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isMap(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
368|跨平台能力有变化|类名:types;<br>方法or属性:isMapIterator(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isMapIterator(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
369|跨平台能力有变化|类名:types;<br>方法or属性:isModuleNamespaceObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isModuleNamespaceObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
370|跨平台能力有变化|类名:types;<br>方法or属性:isNativeError(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isNativeError(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
371|跨平台能力有变化|类名:types;<br>方法or属性:isNumberObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isNumberObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
372|跨平台能力有变化|类名:types;<br>方法or属性:isPromise(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isPromise(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
373|跨平台能力有变化|类名:types;<br>方法or属性:isProxy(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isProxy(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
374|跨平台能力有变化|类名:types;<br>方法or属性:isRegExp(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isRegExp(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
375|跨平台能力有变化|类名:types;<br>方法or属性:isSet(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isSet(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
376|跨平台能力有变化|类名:types;<br>方法or属性:isSetIterator(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isSetIterator(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
377|跨平台能力有变化|类名:types;<br>方法or属性:isSharedArrayBuffer(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isSharedArrayBuffer(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
378|跨平台能力有变化|类名:types;<br>方法or属性:isStringObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isStringObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
379|跨平台能力有变化|类名:types;<br>方法or属性:isSymbolObject(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isSymbolObject(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
380|跨平台能力有变化|类名:types;<br>方法or属性:isTypedArray(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isTypedArray(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
381|跨平台能力有变化|类名:types;<br>方法or属性:isUint8Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isUint8Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
382|跨平台能力有变化|类名:types;<br>方法or属性:isUint8ClampedArray(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isUint8ClampedArray(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
383|跨平台能力有变化|类名:types;<br>方法or属性:isUint16Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isUint16Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
384|跨平台能力有变化|类名:types;<br>方法or属性:isUint32Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isUint32Array(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
385|跨平台能力有变化|类名:types;<br>方法or属性:isWeakMap(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isWeakMap(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
386|跨平台能力有变化|类名:types;<br>方法or属性:isWeakSet(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isWeakSet(value: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.d.ts|
387|跨平台能力有变化|类名:Deque;<br>方法or属性:declare class Deque<br>旧版本信息:|类名:Deque;<br>方法or属性:declare class Deque<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
388|跨平台能力有变化|类名:Deque;<br>方法or属性:constructor();<br>旧版本信息:|类名:Deque;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
389|跨平台能力有变化|类名:Deque;<br>方法or属性:length: number;<br>旧版本信息:|类名:Deque;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
390|跨平台能力有变化|类名:Deque;<br>方法or属性:insertFront(element: T): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:insertFront(element: T): void;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
391|跨平台能力有变化|类名:Deque;<br>方法or属性:insertEnd(element: T): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:insertEnd(element: T): void;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
392|跨平台能力有变化|类名:Deque;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:Deque;<br>方法or属性:has(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
393|跨平台能力有变化|类名:Deque;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:Deque;<br>方法or属性:getFirst(): T;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
394|跨平台能力有变化|类名:Deque;<br>方法or属性:getLast(): T;<br>旧版本信息:|类名:Deque;<br>方法or属性:getLast(): T;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
395|跨平台能力有变化|类名:Deque;<br>方法or属性:popFirst(): T;<br>旧版本信息:|类名:Deque;<br>方法or属性:popFirst(): T;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
396|跨平台能力有变化|类名:Deque;<br>方法or属性:popLast(): T;<br>旧版本信息:|类名:Deque;<br>方法or属性:popLast(): T;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
397|跨平台能力有变化|类名:Deque;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
398|跨平台能力有变化|类名:Deque;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Deque;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
399|跨平台能力有变化|类名:HashMap;<br>方法or属性:declare class HashMap<br>旧版本信息:|类名:HashMap;<br>方法or属性:declare class HashMap<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
400|跨平台能力有变化|类名:HashMap;<br>方法or属性:constructor();<br>旧版本信息:|类名:HashMap;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
401|跨平台能力有变化|类名:HashMap;<br>方法or属性:length: number;<br>旧版本信息:|类名:HashMap;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
402|跨平台能力有变化|类名:HashMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
403|跨平台能力有变化|类名:HashMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
404|跨平台能力有变化|类名:HashMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
405|跨平台能力有变化|类名:HashMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:HashMap;<br>方法or属性:get(key: K): V;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
406|跨平台能力有变化|类名:HashMap;<br>方法or属性:setAll(map: HashMap\<K, V>): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:setAll(map: HashMap\<K, V>): void;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
407|跨平台能力有变化|类名:HashMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:HashMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
408|跨平台能力有变化|类名:HashMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:HashMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
409|跨平台能力有变化|类名:HashMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
410|跨平台能力有变化|类名:HashMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
411|跨平台能力有变化|类名:HashMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
412|跨平台能力有变化|类名:HashMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
413|跨平台能力有变化|类名:HashMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
414|跨平台能力有变化|类名:HashMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
415|跨平台能力有变化|类名:HashMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
416|跨平台能力有变化|类名:HashSet;<br>方法or属性:declare class HashSet<br>旧版本信息:|类名:HashSet;<br>方法or属性:declare class HashSet<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
417|跨平台能力有变化|类名:HashSet;<br>方法or属性:constructor();<br>旧版本信息:|类名:HashSet;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
418|跨平台能力有变化|类名:HashSet;<br>方法or属性:length: number;<br>旧版本信息:|类名:HashSet;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
419|跨平台能力有变化|类名:HashSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
420|跨平台能力有变化|类名:HashSet;<br>方法or属性:has(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:has(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
421|跨平台能力有变化|类名:HashSet;<br>方法or属性:add(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:add(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
422|跨平台能力有变化|类名:HashSet;<br>方法or属性:remove(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:remove(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
423|跨平台能力有变化|类名:HashSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:HashSet;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
424|跨平台能力有变化|类名:HashSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:HashSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
425|跨平台能力有变化|类名:HashSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
426|跨平台能力有变化|类名:HashSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
427|跨平台能力有变化|类名:HashSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
428|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
429|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:constructor();<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
430|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:length: number;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
431|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:hasAll(map: LightWeightMap\<K, V>): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasAll(map: LightWeightMap\<K, V>): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
432|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
433|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
434|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
435|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
436|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:get(key: K): V;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
437|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:getIndexOfKey(key: K): number;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getIndexOfKey(key: K): number;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
438|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:getIndexOfValue(value: V): number;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getIndexOfValue(value: V): number;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
439|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
440|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:getKeyAt(index: number): K;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getKeyAt(index: number): K;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
441|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
442|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:setAll(map: LightWeightMap\<K, V>): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:setAll(map: LightWeightMap\<K, V>): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
443|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
444|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
445|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:removeAt(index: number): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:removeAt(index: number): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
446|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
447|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:setValueAt(index: number, newValue: V): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:setValueAt(index: number, newValue: V): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
448|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
449|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
450|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:toString(): String;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:toString(): String;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
451|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:getValueAt(index: number): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getValueAt(index: number): V;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
452|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
453|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
454|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:constructor();<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
455|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:length: number;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
456|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:add(obj: T): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:add(obj: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
457|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:addAll(set: LightWeightSet\<T>): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:addAll(set: LightWeightSet\<T>): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
458|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:hasAll(set: LightWeightSet\<T>): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:hasAll(set: LightWeightSet\<T>): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
459|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:has(key: T): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:has(key: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
460|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:equal(obj: Object): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:equal(obj: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
461|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
462|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:getIndexOf(key: T): number;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:getIndexOf(key: T): number;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
463|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:remove(key: T): T;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:remove(key: T): T;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
464|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:removeAt(index: number): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:removeAt(index: number): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
465|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
466|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
467|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
468|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:toString(): String;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:toString(): String;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
469|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:toArray(): Array\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:toArray(): Array\<T>;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
470|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:getValueAt(index: number): T;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:getValueAt(index: number): T;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
471|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
472|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
473|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
474|跨平台能力有变化|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>旧版本信息:|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
475|跨平台能力有变化|类名:LinkedList;<br>方法or属性:constructor();<br>旧版本信息:|类名:LinkedList;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
476|跨平台能力有变化|类名:LinkedList;<br>方法or属性:length: number;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
477|跨平台能力有变化|类名:LinkedList;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:add(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
478|跨平台能力有变化|类名:LinkedList;<br>方法or属性:insert(index: number, element: T): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:insert(index: number, element: T): void;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
479|跨平台能力有变化|类名:LinkedList;<br>方法or属性:get(index: number): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:get(index: number): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
480|跨平台能力有变化|类名:LinkedList;<br>方法or属性:addFirst(element: T): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:addFirst(element: T): void;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
481|跨平台能力有变化|类名:LinkedList;<br>方法or属性:removeFirst(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeFirst(): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
482|跨平台能力有变化|类名:LinkedList;<br>方法or属性:removeLast(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeLast(): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
483|跨平台能力有变化|类名:LinkedList;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:has(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
484|跨平台能力有变化|类名:LinkedList;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
485|跨平台能力有变化|类名:LinkedList;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
486|跨平台能力有变化|类名:LinkedList;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
487|跨平台能力有变化|类名:LinkedList;<br>方法or属性:removeFirstFound(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeFirstFound(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
488|跨平台能力有变化|类名:LinkedList;<br>方法or属性:removeLastFound(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeLastFound(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
489|跨平台能力有变化|类名:LinkedList;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
490|跨平台能力有变化|类名:LinkedList;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getFirst(): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
491|跨平台能力有变化|类名:LinkedList;<br>方法or属性:getLast(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getLast(): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
492|跨平台能力有变化|类名:LinkedList;<br>方法or属性:set(index: number, element: T): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:set(index: number, element: T): T;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
493|跨平台能力有变化|类名:LinkedList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
494|跨平台能力有变化|类名:LinkedList;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
495|跨平台能力有变化|类名:LinkedList;<br>方法or属性:clone(): LinkedList\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:clone(): LinkedList\<T>;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
496|跨平台能力有变化|类名:LinkedList;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
497|跨平台能力有变化|类名:LinkedList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
498|跨平台能力有变化|类名:List;<br>方法or属性:declare class List<br>旧版本信息:|类名:List;<br>方法or属性:declare class List<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
499|跨平台能力有变化|类名:List;<br>方法or属性:constructor();<br>旧版本信息:|类名:List;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
500|跨平台能力有变化|类名:List;<br>方法or属性:length: number;<br>旧版本信息:|类名:List;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
501|跨平台能力有变化|类名:List;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:add(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
502|跨平台能力有变化|类名:List;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:|类名:List;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
503|跨平台能力有变化|类名:List;<br>方法or属性:get(index: number): T;<br>旧版本信息:|类名:List;<br>方法or属性:get(index: number): T;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
504|跨平台能力有变化|类名:List;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:has(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
505|跨平台能力有变化|类名:List;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:List;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
506|跨平台能力有变化|类名:List;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:List;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
507|跨平台能力有变化|类名:List;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
508|跨平台能力有变化|类名:List;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:List;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
509|跨平台能力有变化|类名:List;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:List;<br>方法or属性:getFirst(): T;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
510|跨平台能力有变化|类名:List;<br>方法or属性:getLast(): T;<br>旧版本信息:|类名:List;<br>方法or属性:getLast(): T;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
511|跨平台能力有变化|类名:List;<br>方法or属性:set(index: number, element: T): T;<br>旧版本信息:|类名:List;<br>方法or属性:set(index: number, element: T): T;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
512|跨平台能力有变化|类名:List;<br>方法or属性:equal(obj: Object): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:equal(obj: Object): boolean;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
513|跨平台能力有变化|类名:List;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:List;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
514|跨平台能力有变化|类名:List;<br>方法or属性:sort(comparator: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:List;<br>方法or属性:sort(comparator: (firstValue: T, secondValue: T) => number): void;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
515|跨平台能力有变化|类名:List;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:List;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
516|跨平台能力有变化|类名:List;<br>方法or属性:getSubList(fromIndex: number, toIndex: number): List\<T>;<br>旧版本信息:|类名:List;<br>方法or属性:getSubList(fromIndex: number, toIndex: number): List\<T>;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
517|跨平台能力有变化|类名:List;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T, thisArg?: Object): void;<br>旧版本信息:|类名:List;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
518|跨平台能力有变化|类名:List;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:List;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
519|跨平台能力有变化|类名:List;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
520|跨平台能力有变化|类名:List;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:List;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
521|跨平台能力有变化|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>旧版本信息:|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
522|跨平台能力有变化|类名:PlainArray;<br>方法or属性:constructor();<br>旧版本信息:|类名:PlainArray;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
523|跨平台能力有变化|类名:PlainArray;<br>方法or属性:length: number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
524|跨平台能力有变化|类名:PlainArray;<br>方法or属性:add(key: number, value: T): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:add(key: number, value: T): void;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
525|跨平台能力有变化|类名:PlainArray;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
526|跨平台能力有变化|类名:PlainArray;<br>方法or属性:clone(): PlainArray\<T>;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:clone(): PlainArray\<T>;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
527|跨平台能力有变化|类名:PlainArray;<br>方法or属性:has(key: number): boolean;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:has(key: number): boolean;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
528|跨平台能力有变化|类名:PlainArray;<br>方法or属性:get(key: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:get(key: number): T;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
529|跨平台能力有变化|类名:PlainArray;<br>方法or属性:getIndexOfKey(key: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getIndexOfKey(key: number): number;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
530|跨平台能力有变化|类名:PlainArray;<br>方法or属性:getIndexOfValue(value: T): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getIndexOfValue(value: T): number;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
531|跨平台能力有变化|类名:PlainArray;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
532|跨平台能力有变化|类名:PlainArray;<br>方法or属性:getKeyAt(index: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getKeyAt(index: number): number;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
533|跨平台能力有变化|类名:PlainArray;<br>方法or属性:remove(key: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:remove(key: number): T;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
534|跨平台能力有变化|类名:PlainArray;<br>方法or属性:removeAt(index: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:removeAt(index: number): T;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
535|跨平台能力有变化|类名:PlainArray;<br>方法or属性:removeRangeFrom(index: number, size: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:removeRangeFrom(index: number, size: number): number;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
536|跨平台能力有变化|类名:PlainArray;<br>方法or属性:setValueAt(index: number, value: T): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:setValueAt(index: number, value: T): void;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
537|跨平台能力有变化|类名:PlainArray;<br>方法or属性:toString(): String;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:toString(): String;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
538|跨平台能力有变化|类名:PlainArray;<br>方法or属性:getValueAt(index: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getValueAt(index: number): T;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
539|跨平台能力有变化|类名:PlainArray;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
540|跨平台能力有变化|类名:PlainArray;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[number, T]>;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[number, T]>;<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
541|跨平台能力有变化|类名:Queue;<br>方法or属性:declare class Queue<br>旧版本信息:|类名:Queue;<br>方法or属性:declare class Queue<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
542|跨平台能力有变化|类名:Queue;<br>方法or属性:constructor();<br>旧版本信息:|类名:Queue;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
543|跨平台能力有变化|类名:Queue;<br>方法or属性:length: number;<br>旧版本信息:|类名:Queue;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
544|跨平台能力有变化|类名:Queue;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:Queue;<br>方法or属性:add(element: T): boolean;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
545|跨平台能力有变化|类名:Queue;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:Queue;<br>方法or属性:getFirst(): T;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
546|跨平台能力有变化|类名:Queue;<br>方法or属性:pop(): T;<br>旧版本信息:|类名:Queue;<br>方法or属性:pop(): T;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
547|跨平台能力有变化|类名:Queue;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:Queue;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
548|跨平台能力有变化|类名:Queue;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Queue;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
549|跨平台能力有变化|类名:Stack;<br>方法or属性:declare class Stack<br>旧版本信息:|类名:Stack;<br>方法or属性:declare class Stack<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
550|跨平台能力有变化|类名:Stack;<br>方法or属性:constructor();<br>旧版本信息:|类名:Stack;<br>方法or属性:constructor();<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
551|跨平台能力有变化|类名:Stack;<br>方法or属性:length: number;<br>旧版本信息:|类名:Stack;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
552|跨平台能力有变化|类名:Stack;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:Stack;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
553|跨平台能力有变化|类名:Stack;<br>方法or属性:peek(): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:peek(): T;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
554|跨平台能力有变化|类名:Stack;<br>方法or属性:pop(): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:pop(): T;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
555|跨平台能力有变化|类名:Stack;<br>方法or属性:push(item: T): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:push(item: T): T;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
556|跨平台能力有变化|类名:Stack;<br>方法or属性:locate(element: T): number;<br>旧版本信息:|类名:Stack;<br>方法or属性:locate(element: T): number;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
557|跨平台能力有变化|类名:Stack;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:Stack;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
558|跨平台能力有变化|类名:Stack;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Stack;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
559|跨平台能力有变化|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>旧版本信息:|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
560|跨平台能力有变化|类名:TreeMap;<br>方法or属性:constructor(comparator?: (firstValue: K, secondValue: K) => boolean);<br>旧版本信息:|类名:TreeMap;<br>方法or属性:constructor(comparator?: (firstValue: K, secondValue: K) => boolean);<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
561|跨平台能力有变化|类名:TreeMap;<br>方法or属性:length: number;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
562|跨平台能力有变化|类名:TreeMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
563|跨平台能力有变化|类名:TreeMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
564|跨平台能力有变化|类名:TreeMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
565|跨平台能力有变化|类名:TreeMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:get(key: K): V;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
566|跨平台能力有变化|类名:TreeMap;<br>方法or属性:getFirstKey(): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getFirstKey(): K;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
567|跨平台能力有变化|类名:TreeMap;<br>方法or属性:getLastKey(): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getLastKey(): K;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
568|跨平台能力有变化|类名:TreeMap;<br>方法or属性:setAll(map: TreeMap\<K, V>): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:setAll(map: TreeMap\<K, V>): void;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
569|跨平台能力有变化|类名:TreeMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
570|跨平台能力有变化|类名:TreeMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
571|跨平台能力有变化|类名:TreeMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
572|跨平台能力有变化|类名:TreeMap;<br>方法or属性:getLowerKey(key: K): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getLowerKey(key: K): K;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
573|跨平台能力有变化|类名:TreeMap;<br>方法or属性:getHigherKey(key: K): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getHigherKey(key: K): K;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
574|跨平台能力有变化|类名:TreeMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
575|跨平台能力有变化|类名:TreeMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
576|跨平台能力有变化|类名:TreeMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
577|跨平台能力有变化|类名:TreeMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
578|跨平台能力有变化|类名:TreeMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
579|跨平台能力有变化|类名:TreeMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
580|跨平台能力有变化|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>旧版本信息:|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
581|跨平台能力有变化|类名:TreeSet;<br>方法or属性:constructor(comparator?: (firstValue: T, secondValue: T) => boolean);<br>旧版本信息:|类名:TreeSet;<br>方法or属性:constructor(comparator?: (firstValue: T, secondValue: T) => boolean);<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
582|跨平台能力有变化|类名:TreeSet;<br>方法or属性:length: number;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:length: number;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
583|跨平台能力有变化|类名:TreeSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
584|跨平台能力有变化|类名:TreeSet;<br>方法or属性:has(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:has(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
585|跨平台能力有变化|类名:TreeSet;<br>方法or属性:add(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:add(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
586|跨平台能力有变化|类名:TreeSet;<br>方法or属性:remove(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:remove(value: T): boolean;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
587|跨平台能力有变化|类名:TreeSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:clear(): void;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
588|跨平台能力有变化|类名:TreeSet;<br>方法or属性:getFirstValue(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getFirstValue(): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
589|跨平台能力有变化|类名:TreeSet;<br>方法or属性:getLastValue(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getLastValue(): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
590|跨平台能力有变化|类名:TreeSet;<br>方法or属性:getLowerValue(key: T): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getLowerValue(key: T): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
591|跨平台能力有变化|类名:TreeSet;<br>方法or属性:getHigherValue(key: T): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getHigherValue(key: T): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
592|跨平台能力有变化|类名:TreeSet;<br>方法or属性:popFirst(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:popFirst(): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
593|跨平台能力有变化|类名:TreeSet;<br>方法or属性:popLast(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:popLast(): T;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
594|跨平台能力有变化|类名:TreeSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void, thisArg?: Object): void;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void, thisArg?: Object): void;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
595|跨平台能力有变化|类名:TreeSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
596|跨平台能力有变化|类名:TreeSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
597|跨平台能力有变化|类名:TreeSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
598|跨平台能力有变化|类名:sourcefile;<br>方法or属性:type MessageType = 'message' \| 'messageerror';<br>旧版本信息:|类名:sourcefile;<br>方法or属性:type MessageType = 'message' \| 'messageerror';<br>新版本信息:crossplatform|@ohos.worker.d.ts|
599|跨平台能力有变化|类名:WorkerOptions;<br>方法or属性:export interface WorkerOptions<br>旧版本信息:|类名:WorkerOptions;<br>方法or属性:export interface WorkerOptions<br>新版本信息:crossplatform|@ohos.worker.d.ts|
600|跨平台能力有变化|类名:WorkerOptions;<br>方法or属性:type?: 'classic' \| 'module';<br>旧版本信息:|类名:WorkerOptions;<br>方法or属性:type?: 'classic' \| 'module';<br>新版本信息:crossplatform|@ohos.worker.d.ts|
601|跨平台能力有变化|类名:WorkerOptions;<br>方法or属性:name?: string;<br>旧版本信息:|类名:WorkerOptions;<br>方法or属性:name?: string;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
602|跨平台能力有变化|类名:WorkerOptions;<br>方法or属性:shared?: boolean;<br>旧版本信息:|类名:WorkerOptions;<br>方法or属性:shared?: boolean;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
603|跨平台能力有变化|类名:Event;<br>方法or属性:export interface Event<br>旧版本信息:|类名:Event;<br>方法or属性:export interface Event<br>新版本信息:crossplatform|@ohos.worker.d.ts|
604|跨平台能力有变化|类名:Event;<br>方法or属性:readonly type: string;<br>旧版本信息:|类名:Event;<br>方法or属性:readonly type: string;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
605|跨平台能力有变化|类名:Event;<br>方法or属性:readonly timeStamp: number;<br>旧版本信息:|类名:Event;<br>方法or属性:readonly timeStamp: number;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
606|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:export interface ErrorEvent<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:export interface ErrorEvent<br>新版本信息:crossplatform|@ohos.worker.d.ts|
607|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:readonly message: string;<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:readonly message: string;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
608|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:readonly filename: string;<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:readonly filename: string;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
609|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:readonly lineno: number;<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:readonly lineno: number;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
610|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:readonly colno: number;<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:readonly colno: number;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
611|跨平台能力有变化|类名:ErrorEvent;<br>方法or属性:readonly error: Object;<br>旧版本信息:|类名:ErrorEvent;<br>方法or属性:readonly error: Object;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
612|跨平台能力有变化|类名:MessageEvent;<br>方法or属性:export interface MessageEvent<br>旧版本信息:|类名:MessageEvent;<br>方法or属性:export interface MessageEvent<br>新版本信息:crossplatform|@ohos.worker.d.ts|
613|跨平台能力有变化|类名:MessageEvent;<br>方法or属性:readonly data: T;<br>旧版本信息:|类名:MessageEvent;<br>方法or属性:readonly data: T;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
614|跨平台能力有变化|类名:MessageEvents;<br>方法or属性:export interface MessageEvents<br>旧版本信息:|类名:MessageEvents;<br>方法or属性:export interface MessageEvents<br>新版本信息:crossplatform|@ohos.worker.d.ts|
615|跨平台能力有变化|类名:MessageEvents;<br>方法or属性:readonly data;<br>旧版本信息:|类名:MessageEvents;<br>方法or属性:readonly data;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
616|跨平台能力有变化|类名:PostMessageOptions;<br>方法or属性:export interface PostMessageOptions<br>旧版本信息:|类名:PostMessageOptions;<br>方法or属性:export interface PostMessageOptions<br>新版本信息:crossplatform|@ohos.worker.d.ts|
617|跨平台能力有变化|类名:PostMessageOptions;<br>方法or属性:transfer?: Object[];<br>旧版本信息:|类名:PostMessageOptions;<br>方法or属性:transfer?: Object[];<br>新版本信息:crossplatform|@ohos.worker.d.ts|
618|跨平台能力有变化|类名:WorkerEventListener;<br>方法or属性:export interface WorkerEventListener<br>旧版本信息:|类名:WorkerEventListener;<br>方法or属性:export interface WorkerEventListener<br>新版本信息:crossplatform|@ohos.worker.d.ts|
619|跨平台能力有变化|类名:WorkerEventListener;<br>方法or属性:(event: Event): void \| Promise\<void>;<br>旧版本信息:|类名:WorkerEventListener;<br>方法or属性:(event: Event): void \| Promise\<void>;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
620|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:export interface WorkerEventTarget<br>旧版本信息:|类名:WorkerEventTarget;<br>方法or属性:export interface WorkerEventTarget<br>新版本信息:crossplatform|@ohos.worker.d.ts|
621|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>旧版本信息:|类名:WorkerEventTarget;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
622|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
623|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;<br>旧版本信息:|类名:WorkerEventTarget;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
624|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
625|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:removeAllListener(): void;<br>旧版本信息:|类名:WorkerEventTarget;<br>方法or属性:removeAllListener(): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
626|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:removeAllListener(): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:removeAllListener(): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
627|跨平台能力有变化|类名:GlobalScope;<br>方法or属性:declare interface GlobalScope<br>旧版本信息:|类名:GlobalScope;<br>方法or属性:declare interface GlobalScope<br>新版本信息:crossplatform|@ohos.worker.d.ts|
628|跨平台能力有变化|类名:GlobalScope;<br>方法or属性:readonly name: string;<br>旧版本信息:|类名:GlobalScope;<br>方法or属性:readonly name: string;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
629|跨平台能力有变化|类名:GlobalScope;<br>方法or属性:onerror?: (ev: ErrorEvent) => void;<br>旧版本信息:|类名:GlobalScope;<br>方法or属性:onerror?: (ev: ErrorEvent) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
630|跨平台能力有变化|类名:GlobalScope;<br>方法or属性:readonly self: GlobalScope & typeof globalThis;<br>旧版本信息:|类名:GlobalScope;<br>方法or属性:readonly self: GlobalScope & typeof globalThis;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
631|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:export interface ThreadWorkerGlobalScope<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:export interface ThreadWorkerGlobalScope<br>新版本信息:crossplatform|@ohos.worker.d.ts|
632|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
633|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
634|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:close(): void;<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:close(): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
635|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
636|跨平台能力有变化|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>旧版本信息:|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
637|跨平台能力有变化|类名:worker;<br>方法or属性:declare worker<br>旧版本信息:|类名:worker;<br>方法or属性:declare worker<br>新版本信息:crossplatform|@ohos.worker.d.ts|
638|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:class ThreadWorker<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:class ThreadWorker<br>新版本信息:crossplatform|@ohos.worker.d.ts|
639|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:constructor(scriptURL: string, options?: WorkerOptions);<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:constructor(scriptURL: string, options?: WorkerOptions);<br>新版本信息:crossplatform|@ohos.worker.d.ts|
640|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:onexit?: (code: number) => void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:onexit?: (code: number) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
641|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:onerror?: (err: ErrorEvent) => void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:onerror?: (err: ErrorEvent) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
642|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:onmessage?: (event: MessageEvents) => void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:onmessage?: (event: MessageEvents) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
643|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:onmessageerror?: (event: MessageEvents) => void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:onmessageerror?: (event: MessageEvents) => void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
644|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
645|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
646|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:on(type: string, listener: WorkerEventListener): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:on(type: string, listener: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
647|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:once(type: string, listener: WorkerEventListener): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:once(type: string, listener: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
648|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:off(type: string, listener?: WorkerEventListener): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:off(type: string, listener?: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
649|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:terminate(): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:terminate(): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
650|跨平台能力有变化|类名:ThreadWorker;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>旧版本信息:|类名:ThreadWorker;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>新版本信息:crossplatform|@ohos.worker.d.ts|
651|跨平台能力有变化|类名:xml;<br>方法or属性:declare xml<br>旧版本信息:|类名:xml;<br>方法or属性:declare xml<br>新版本信息:crossplatform|@ohos.xml.d.ts|
652|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:class XmlSerializer<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:class XmlSerializer<br>新版本信息:crossplatform|@ohos.xml.d.ts|
653|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
654|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
655|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setAttributes(name: string, value: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setAttributes(name: string, value: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
656|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:addEmptyElement(name: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:addEmptyElement(name: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
657|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setDeclaration(): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setDeclaration(): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
658|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:startElement(name: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:startElement(name: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
659|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:endElement(): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:endElement(): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
660|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setNamespace(prefix: string, namespace: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setNamespace(prefix: string, namespace: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
661|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setComment(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setComment(text: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
662|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setCDATA(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setCDATA(text: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
663|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setText(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setText(text: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
664|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:setDocType(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setDocType(text: string): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
665|跨平台能力有变化|类名:EventType;<br>方法or属性:enum EventType<br>旧版本信息:|类名:EventType;<br>方法or属性:enum EventType<br>新版本信息:crossplatform|@ohos.xml.d.ts|
666|跨平台能力有变化|类名:EventType;<br>方法or属性:START_DOCUMENT<br>旧版本信息:|类名:EventType;<br>方法or属性:START_DOCUMENT<br>新版本信息:crossplatform|@ohos.xml.d.ts|
667|跨平台能力有变化|类名:EventType;<br>方法or属性:END_DOCUMENT<br>旧版本信息:|类名:EventType;<br>方法or属性:END_DOCUMENT<br>新版本信息:crossplatform|@ohos.xml.d.ts|
668|跨平台能力有变化|类名:EventType;<br>方法or属性:START_TAG<br>旧版本信息:|类名:EventType;<br>方法or属性:START_TAG<br>新版本信息:crossplatform|@ohos.xml.d.ts|
669|跨平台能力有变化|类名:EventType;<br>方法or属性:END_TAG<br>旧版本信息:|类名:EventType;<br>方法or属性:END_TAG<br>新版本信息:crossplatform|@ohos.xml.d.ts|
670|跨平台能力有变化|类名:EventType;<br>方法or属性:TEXT<br>旧版本信息:|类名:EventType;<br>方法or属性:TEXT<br>新版本信息:crossplatform|@ohos.xml.d.ts|
671|跨平台能力有变化|类名:EventType;<br>方法or属性:CDSECT<br>旧版本信息:|类名:EventType;<br>方法or属性:CDSECT<br>新版本信息:crossplatform|@ohos.xml.d.ts|
672|跨平台能力有变化|类名:EventType;<br>方法or属性:COMMENT<br>旧版本信息:|类名:EventType;<br>方法or属性:COMMENT<br>新版本信息:crossplatform|@ohos.xml.d.ts|
673|跨平台能力有变化|类名:EventType;<br>方法or属性:DOCDECL<br>旧版本信息:|类名:EventType;<br>方法or属性:DOCDECL<br>新版本信息:crossplatform|@ohos.xml.d.ts|
674|跨平台能力有变化|类名:EventType;<br>方法or属性:INSTRUCTION<br>旧版本信息:|类名:EventType;<br>方法or属性:INSTRUCTION<br>新版本信息:crossplatform|@ohos.xml.d.ts|
675|跨平台能力有变化|类名:EventType;<br>方法or属性:ENTITY_REFERENCE<br>旧版本信息:|类名:EventType;<br>方法or属性:ENTITY_REFERENCE<br>新版本信息:crossplatform|@ohos.xml.d.ts|
676|跨平台能力有变化|类名:EventType;<br>方法or属性:WHITESPACE<br>旧版本信息:|类名:EventType;<br>方法or属性:WHITESPACE<br>新版本信息:crossplatform|@ohos.xml.d.ts|
677|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>新版本信息:crossplatform|@ohos.xml.d.ts|
678|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getColumnNumber(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getColumnNumber(): number;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
679|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getDepth(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getDepth(): number;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
680|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getLineNumber(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getLineNumber(): number;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
681|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getName(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getName(): string;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
682|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getNamespace(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getNamespace(): string;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
683|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getPrefix(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getPrefix(): string;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
684|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getText(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getText(): string;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
685|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:isEmptyElementTag(): boolean;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:isEmptyElementTag(): boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
686|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:isWhitespace(): boolean;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:isWhitespace(): boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
687|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getAttributeCount(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getAttributeCount(): number;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
688|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>新版本信息:crossplatform|@ohos.xml.d.ts|
689|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:supportDoctype?: boolean;<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:supportDoctype?: boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
690|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:ignoreNameSpace?: boolean;<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:ignoreNameSpace?: boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
691|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:tagValueCallbackFunction?: (name: string, value: string) => boolean;<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:tagValueCallbackFunction?: (name: string, value: string) => boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
692|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:attributeValueCallbackFunction?: (name: string, value: string) => boolean;<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:attributeValueCallbackFunction?: (name: string, value: string) => boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
693|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean;<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
694|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:class XmlPullParser<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:class XmlPullParser<br>新版本信息:crossplatform|@ohos.xml.d.ts|
695|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:parse(option: ParseOptions): void;<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:parse(option: ParseOptions): void;<br>新版本信息:crossplatform|@ohos.xml.d.ts|
696