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