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