Change Type Old Version New Version d.ts File
Added NA Class name: sourcefile;
Method or attribute name: export declare function markModuleCollectable(namespace: Object): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static count(label?: string): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static countReset(label?: string): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static dir(dir?: Object): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static dirxml(...arguments: Object[]): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static group(...arguments: Object[]): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static groupCollapsed(...arguments: Object[]): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static groupEnd(): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static table(tableData?: Object): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static time(label?: string): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static timeEnd(label?: string): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;
global.d.ts
Added NA Class name: console;
Method or attribute name: static trace(...arguments: Object[]): void;
global.d.ts
Added NA Class name: ConditionType;
Method or attribute name: timeout?: number;
@ohos.process.d.ts
Added NA Class name: ConditionType;
Method or attribute name: killSignal?: number | string;
@ohos.process.d.ts
Added NA Class name: ConditionType;
Method or attribute name: maxBuffer?: number;
@ohos.process.d.ts
Added NA Class name: taskpool;
Method or attribute name: function execute(group: TaskGroup, priority?: Priority): Promise<unknown[]>;
@ohos.taskpool.d.ts
Added NA Class name: taskpool;
Method or attribute name: function cancel(group: TaskGroup): void;
@ohos.taskpool.d.ts
Added NA Class name: taskpool;
Method or attribute name: function getTaskPoolInfo(): TaskPoolInfo;
@ohos.taskpool.d.ts
Added NA Class name: Task;
Method or attribute name: static isCanceled(): boolean;
@ohos.taskpool.d.ts
Added NA Class name: Task;
Method or attribute name: setTransferList(transfer?: ArrayBuffer[]): void;
@ohos.taskpool.d.ts
Added NA Class name: TaskGroup;
Method or attribute name: constructor();
@ohos.taskpool.d.ts
Added NA Class name: TaskGroup;
Method or attribute name: addTask(func: Function, ...args: unknown[]): void;
@ohos.taskpool.d.ts
Added NA Class name: TaskGroup;
Method or attribute name: addTask(task: Task): void;
@ohos.taskpool.d.ts
Added NA Class name: State;
Method or attribute name: WAITING = 1
@ohos.taskpool.d.ts
Added NA Class name: State;
Method or attribute name: RUNNING = 2
@ohos.taskpool.d.ts
Added NA Class name: State;
Method or attribute name: CANCELED = 3
@ohos.taskpool.d.ts
Added NA Class name: TaskInfo;
Method or attribute name: taskId: number;
@ohos.taskpool.d.ts
Added NA Class name: TaskInfo;
Method or attribute name: state: State;
@ohos.taskpool.d.ts
Added NA Class name: TaskInfo;
Method or attribute name: duration?: number;
@ohos.taskpool.d.ts
Added NA Class name: ThreadInfo;
Method or attribute name: tid: number;
@ohos.taskpool.d.ts
Added NA Class name: ThreadInfo;
Method or attribute name: taskIds?: number[];
@ohos.taskpool.d.ts
Added NA Class name: ThreadInfo;
Method or attribute name: priority?: Priority;
@ohos.taskpool.d.ts
Added NA Class name: TaskPoolInfo;
Method or attribute name: threadInfos: ThreadInfo[];
@ohos.taskpool.d.ts
Added NA Class name: TaskPoolInfo;
Method or attribute name: taskInfos: TaskInfo[];
@ohos.taskpool.d.ts
Added NA Class name: Type;
Method or attribute name: BASIC
@ohos.util.d.ts
Added NA Class name: Type;
Method or attribute name: MIME
@ohos.util.d.ts
Error code changed Class name: taskpool;
Method or attribute name: function cancel(task: Task): void;
Old version information: 401, 10200015, 10200016
Class name: taskpool;
Method or attribute name: function cancel(task: Task): void;
New version information: 401, 10200015
@ohos.taskpool.d.ts
Error code changed Class name: Vector;
Method or attribute name: insert(element: T, index: number): void;
Old version information: If
Class name: Vector;
Method or attribute name: insert(element: T, index: number): void;
New version information:
@ohos.util.Vector.d.ts
Error code changed Class name: Vector;
Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;
Old version information: If
Class name: Vector;
Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;
New version information:
@ohos.util.Vector.d.ts
Error code changed Class name: Vector;
Method or attribute name: subVector(fromIndex: number, toIndex: number): Vector<T>;
Old version information: If
Class name: Vector;
Method or attribute name: subVector(fromIndex: number, toIndex: number): Vector<T>;
New version information:
@ohos.util.Vector.d.ts
Type changed Class name: Task;
Method or attribute name: arguments?: unknown[];
Old version information:
Class name: Task;
Method or attribute name: arguments?: unknown[];
New version information: ?unknown[]
@ohos.taskpool.d.ts
Function changed Class name: process;
Method or attribute name: function runCmd(command: string,

options?: { timeout?: number, killSignal?: number | string, maxBuffer?: number }): ChildProcess;
Class name: process;
Method or attribute name: function runCmd(

command: string,

options?: ConditionType

): ChildProcess;
@ohos.process.d.ts
Function changed Class name: Priority;
Method or attribute name: HIGH
Class name: Priority;
Method or attribute name: HIGH = 0
@ohos.taskpool.d.ts
Function changed Class name: Priority;
Method or attribute name: MEDIUM
Class name: Priority;
Method or attribute name: MEDIUM = 1
@ohos.taskpool.d.ts
Function changed Class name: Priority;
Method or attribute name: LOW
Class name: Priority;
Method or attribute name: LOW = 2
@ohos.taskpool.d.ts
Function changed Class name: URLSearchParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;
Class name: URLSearchParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLSearchParams) => void, thisArg?: Object): void;
@ohos.url.d.ts
Function changed Class name: URLParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;
Class name: URLParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;
@ohos.url.d.ts
Function changed Class name: Base64Helper;
Method or attribute name: encodeToStringSync(src: Uint8Array): string;
Class name: Base64Helper;
Method or attribute name: encodeToStringSync(src: Uint8Array, options?: Type): string;
@ohos.util.d.ts
Function changed Class name: Base64Helper;
Method or attribute name: decodeSync(src: Uint8Array | string): Uint8Array;
Class name: Base64Helper;
Method or attribute name: decodeSync(src: Uint8Array | string, options?: Type): Uint8Array;
@ohos.util.d.ts
Function changed Class name: Base64Helper;
Method or attribute name: encodeToString(src: Uint8Array): Promise<string>;
Class name: Base64Helper;
Method or attribute name: encodeToString(src: Uint8Array, options?: Type): Promise<string>;
@ohos.util.d.ts
Function changed Class name: Base64Helper;
Method or attribute name: decode(src: Uint8Array | string): Promise<Uint8Array>;
Class name: Base64Helper;
Method or attribute name: decode(src: Uint8Array | string, options?: Type): Promise<Uint8Array>;
@ohos.util.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: declare buffer
Old version information:
Class name: buffer;
Method or attribute name: declare buffer
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: type BufferEncoding =
| 'ascii'
| 'utf8'
| 'utf-8'
| 'utf16le'
| 'ucs2'
| 'ucs-2'
| 'base64'
| 'base64url'
| 'latin1'
| 'binary'
| 'hex';
Old version information:
Class name: buffer;
Method or attribute name: type BufferEncoding =
| 'ascii'
| 'utf8'
| 'utf-8'
| 'utf16le'
| 'ucs2'
| 'ucs-2'
| 'base64'
| 'base64url'
| 'latin1'
| 'binary'
| 'hex';
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function allocUninitializedFromPool(size: number): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function allocUninitializedFromPool(size: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function allocUninitialized(size: number): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function allocUninitialized(size: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function byteLength(
string: string | Buffer | TypedArray | DataView | ArrayBuffer | SharedArrayBuffer,
encoding?: BufferEncoding
): number;
Old version information:
Class name: buffer;
Method or attribute name: function byteLength(
string: string | Buffer | TypedArray | DataView | ArrayBuffer | SharedArrayBuffer,
encoding?: BufferEncoding
): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function concat(list: Buffer[] | Uint8Array[], totalLength?: number): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function concat(list: Buffer[] | Uint8Array[], totalLength?: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function from(array: number[]): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function from(array: number[]): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function from(buffer: Buffer | Uint8Array): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function from(buffer: Buffer | Uint8Array): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function from(object: Object, offsetOrEncoding: number | string, length: number): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function from(object: Object, offsetOrEncoding: number | string, length: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function from(string: String, encoding?: BufferEncoding): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function from(string: String, encoding?: BufferEncoding): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function isBuffer(obj: Object): boolean;
Old version information:
Class name: buffer;
Method or attribute name: function isBuffer(obj: Object): boolean;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function isEncoding(encoding: string): boolean;
Old version information:
Class name: buffer;
Method or attribute name: function isEncoding(encoding: string): boolean;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function compare(buf1: Buffer | Uint8Array, buf2: Buffer | Uint8Array): -1 | 0 | 1;
Old version information:
Class name: buffer;
Method or attribute name: function compare(buf1: Buffer | Uint8Array, buf2: Buffer | Uint8Array): -1 | 0 | 1;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: buffer;
Method or attribute name: function transcode(source: Buffer | Uint8Array, fromEnc: string, toEnc: string): Buffer;
Old version information:
Class name: buffer;
Method or attribute name: function transcode(source: Buffer | Uint8Array, fromEnc: string, toEnc: string): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: TypedArray;
Method or attribute name: interface TypedArray
Old version information:
Class name: TypedArray;
Method or attribute name: interface TypedArray
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: class Buffer
Old version information:
Class name: Buffer;
Method or attribute name: class Buffer
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: length: number;
Old version information:
Class name: Buffer;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: buffer: ArrayBuffer;
Old version information:
Class name: Buffer;
Method or attribute name: buffer: ArrayBuffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: byteOffset: number;
Old version information:
Class name: Buffer;
Method or attribute name: byteOffset: number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: fill(
value: string | Buffer | Uint8Array | number,
offset?: number,
end?: number,
encoding?: BufferEncoding
): Buffer;
Old version information:
Class name: Buffer;
Method or attribute name: fill(
value: string | Buffer | Uint8Array | number,
offset?: number,
end?: number,
encoding?: BufferEncoding
): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: compare(
target: Buffer | Uint8Array,
targetStart?: number,
targetEnd?: number,
sourceStart?: number,
sourceEnd?: number
): -1 | 0 | 1;
Old version information:
Class name: Buffer;
Method or attribute name: compare(
target: Buffer | Uint8Array,
targetStart?: number,
targetEnd?: number,
sourceStart?: number,
sourceEnd?: number
): -1 | 0 | 1;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: copy(target: Buffer | Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: copy(target: Buffer | Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: equals(otherBuffer: Uint8Array | Buffer): boolean;
Old version information:
Class name: Buffer;
Method or attribute name: equals(otherBuffer: Uint8Array | Buffer): boolean;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: includes(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;
Old version information:
Class name: Buffer;
Method or attribute name: includes(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: indexOf(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
Old version information:
Class name: Buffer;
Method or attribute name: indexOf(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: keys(): IterableIterator<number>;
Old version information:
Class name: Buffer;
Method or attribute name: keys(): IterableIterator<number>;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: values(): IterableIterator<number>;
Old version information:
Class name: Buffer;
Method or attribute name: values(): IterableIterator<number>;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: entries(): IterableIterator<[number, number]>;
Old version information:
Class name: Buffer;
Method or attribute name: entries(): IterableIterator<[number, number]>;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: lastIndexOf(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
Old version information:
Class name: Buffer;
Method or attribute name: lastIndexOf(value: string | number | Buffer | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readBigInt64BE(offset?: number): bigint;
Old version information:
Class name: Buffer;
Method or attribute name: readBigInt64BE(offset?: number): bigint;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readBigInt64LE(offset?: number): bigint;
Old version information:
Class name: Buffer;
Method or attribute name: readBigInt64LE(offset?: number): bigint;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readBigUInt64BE(offset?: number): bigint;
Old version information:
Class name: Buffer;
Method or attribute name: readBigUInt64BE(offset?: number): bigint;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readBigUInt64LE(offset?: number): bigint;
Old version information:
Class name: Buffer;
Method or attribute name: readBigUInt64LE(offset?: number): bigint;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readDoubleBE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readDoubleBE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readDoubleLE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readDoubleLE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readFloatBE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readFloatBE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readFloatLE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readFloatLE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readInt8(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readInt8(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readInt16BE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readInt16BE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readInt16LE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readInt16LE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readInt32BE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readInt32BE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readInt32LE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readInt32LE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readIntBE(offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readIntBE(offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readIntLE(offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readIntLE(offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUInt8(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUInt8(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUInt16BE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUInt16BE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUInt16LE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUInt16LE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUInt32BE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUInt32BE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUInt32LE(offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUInt32LE(offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUIntBE(offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUIntBE(offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: readUIntLE(offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: readUIntLE(offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: subarray(start?: number, end?: number): Buffer;
Old version information:
Class name: Buffer;
Method or attribute name: subarray(start?: number, end?: number): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: swap16(): Buffer;
Old version information:
Class name: Buffer;
Method or attribute name: swap16(): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: swap32(): Buffer;
Old version information:
Class name: Buffer;
Method or attribute name: swap32(): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: swap64(): Buffer;
Old version information:
Class name: Buffer;
Method or attribute name: swap64(): Buffer;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: toJSON(): Object;
Old version information:
Class name: Buffer;
Method or attribute name: toJSON(): Object;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: toString(encoding?: string, start?: number, end?: number): string;
Old version information:
Class name: Buffer;
Method or attribute name: toString(encoding?: string, start?: number, end?: number): string;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: write(str: string, offset?: number, length?: number, encoding?: string): number;
Old version information:
Class name: Buffer;
Method or attribute name: write(str: string, offset?: number, length?: number, encoding?: string): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeBigInt64BE(value: bigint, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeBigInt64BE(value: bigint, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeBigInt64LE(value: bigint, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeBigInt64LE(value: bigint, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeBigUInt64BE(value: bigint, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeBigUInt64BE(value: bigint, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeBigUInt64LE(value: bigint, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeBigUInt64LE(value: bigint, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeDoubleBE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeDoubleBE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeDoubleLE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeDoubleLE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeFloatBE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeFloatBE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeFloatLE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeFloatLE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeInt8(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeInt8(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeInt16BE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeInt16BE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeInt16LE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeInt16LE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeInt32BE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeInt32BE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeInt32LE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeInt32LE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeIntBE(value: number, offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeIntBE(value: number, offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeIntLE(value: number, offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeIntLE(value: number, offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUInt8(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUInt8(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUInt16BE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUInt16BE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUInt16LE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUInt16LE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUInt32BE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUInt32BE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUInt32LE(value: number, offset?: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUInt32LE(value: number, offset?: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUIntBE(value: number, offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUIntBE(value: number, offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Buffer;
Method or attribute name: writeUIntLE(value: number, offset: number, byteLength: number): number;
Old version information:
Class name: Buffer;
Method or attribute name: writeUIntLE(value: number, offset: number, byteLength: number): number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: class Blob
Old version information:
Class name: Blob;
Method or attribute name: class Blob
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: constructor(sources: string[] | ArrayBuffer[] | TypedArray[] | DataView[] | Blob[], options?: Object);
Old version information:
Class name: Blob;
Method or attribute name: constructor(sources: string[] | ArrayBuffer[] | TypedArray[] | DataView[] | Blob[], options?: Object);
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: size: number;
Old version information:
Class name: Blob;
Method or attribute name: size: number;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: type: string;
Old version information:
Class name: Blob;
Method or attribute name: type: string;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: arrayBuffer(): Promise<ArrayBuffer>;
Old version information:
Class name: Blob;
Method or attribute name: arrayBuffer(): Promise<ArrayBuffer>;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: slice(start?: number, end?: number, type?: string): Blob;
Old version information:
Class name: Blob;
Method or attribute name: slice(start?: number, end?: number, type?: string): Blob;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: Blob;
Method or attribute name: text(): Promise<string>;
Old version information:
Class name: Blob;
Method or attribute name: text(): Promise<string>;
New version information: crossplatform
@ohos.buffer.d.ts
Cross-platform capability changed Class name: xml;
Method or attribute name: declare xml
Old version information:
Class name: xml;
Method or attribute name: declare xml
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: trim: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: trim: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreDeclaration?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreDeclaration?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreInstruction?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreInstruction?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreAttributes?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreAttributes?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreComment?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreComment?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreCDATA?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreCDATA?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreDoctype?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreDoctype?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: ignoreText?: boolean;
Old version information:
Class name: ConvertOptions;
Method or attribute name: ignoreText?: boolean;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: declarationKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: declarationKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: instructionKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: instructionKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: attributesKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: attributesKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: textKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: textKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: cdataKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: cdataKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: doctypeKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: doctypeKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: commentKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: commentKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: parentKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: parentKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: typeKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: typeKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: nameKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: nameKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertOptions;
Method or attribute name: elementsKey: string;
Old version information:
Class name: ConvertOptions;
Method or attribute name: elementsKey: string;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertXML;
Method or attribute name: class ConvertXML
Old version information:
Class name: ConvertXML;
Method or attribute name: class ConvertXML
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: ConvertXML;
Method or attribute name: convertToJSObject(xml: string, options?: ConvertOptions): Object;
Old version information:
Class name: ConvertXML;
Method or attribute name: convertToJSObject(xml: string, options?: ConvertOptions): Object;
New version information: crossplatform
@ohos.convertxml.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: declare process
Old version information:
Class name: process;
Method or attribute name: declare process
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: function is64Bit(): boolean;
Old version information:
Class name: process;
Method or attribute name: function is64Bit(): boolean;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: function getStartRealtime(): number;
Old version information:
Class name: process;
Method or attribute name: function getStartRealtime(): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: function getPastCpuTime(): number;
Old version information:
Class name: process;
Method or attribute name: function getPastCpuTime(): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: type EventListener = (evt: Object) => void;
Old version information:
Class name: process;
Method or attribute name: type EventListener = (evt: Object) => void;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: function abort(): void;
Old version information:
Class name: process;
Method or attribute name: function abort(): void;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: process;
Method or attribute name: function uptime(): number;
Old version information:
Class name: process;
Method or attribute name: function uptime(): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: export class ProcessManager
Old version information:
Class name: ProcessManager;
Method or attribute name: export class ProcessManager
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: isAppUid(v: number): boolean;
Old version information:
Class name: ProcessManager;
Method or attribute name: isAppUid(v: number): boolean;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: getUidForName(v: string): number;
Old version information:
Class name: ProcessManager;
Method or attribute name: getUidForName(v: string): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: getThreadPriority(v: number): number;
Old version information:
Class name: ProcessManager;
Method or attribute name: getThreadPriority(v: number): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: getSystemConfig(name: number): number;
Old version information:
Class name: ProcessManager;
Method or attribute name: getSystemConfig(name: number): number;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: getEnvironmentVar(name: string): string;
Old version information:
Class name: ProcessManager;
Method or attribute name: getEnvironmentVar(name: string): string;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: exit(code: number): void;
Old version information:
Class name: ProcessManager;
Method or attribute name: exit(code: number): void;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: ProcessManager;
Method or attribute name: kill(signal: number, pid: number): boolean;
Old version information:
Class name: ProcessManager;
Method or attribute name: kill(signal: number, pid: number): boolean;
New version information: crossplatform
@ohos.process.d.ts
Cross-platform capability changed Class name: taskpool;
Method or attribute name: declare taskpool
Old version information:
Class name: taskpool;
Method or attribute name: declare taskpool
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: taskpool;
Method or attribute name: function execute(func: Function, ...args: unknown[]): Promise<unknown>;
Old version information:
Class name: taskpool;
Method or attribute name: function execute(func: Function, ...args: unknown[]): Promise<unknown>;
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: taskpool;
Method or attribute name: function execute(task: Task, priority?: Priority): Promise<unknown>;
Old version information:
Class name: taskpool;
Method or attribute name: function execute(task: Task, priority?: Priority): Promise<unknown>;
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: taskpool;
Method or attribute name: function cancel(task: Task): void;
Old version information:
Class name: taskpool;
Method or attribute name: function cancel(task: Task): void;
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Priority;
Method or attribute name: enum Priority
Old version information:
Class name: Priority;
Method or attribute name: enum Priority
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Priority;
Method or attribute name: HIGH = 0
Old version information:
Class name: Priority;
Method or attribute name: HIGH = 0
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Priority;
Method or attribute name: MEDIUM = 1
Old version information:
Class name: Priority;
Method or attribute name: MEDIUM = 1
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Priority;
Method or attribute name: LOW = 2
Old version information:
Class name: Priority;
Method or attribute name: LOW = 2
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Task;
Method or attribute name: class Task
Old version information:
Class name: Task;
Method or attribute name: class Task
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Task;
Method or attribute name: constructor(func: Function, ...args: unknown[]);
Old version information:
Class name: Task;
Method or attribute name: constructor(func: Function, ...args: unknown[]);
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Task;
Method or attribute name: function: Function;
Old version information:
Class name: Task;
Method or attribute name: function: Function;
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: Task;
Method or attribute name: arguments?: unknown[];
Old version information:
Class name: Task;
Method or attribute name: arguments?: unknown[];
New version information: crossplatform
@ohos.taskpool.d.ts
Cross-platform capability changed Class name: uri;
Method or attribute name: declare uri
Old version information:
Class name: uri;
Method or attribute name: declare uri
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: class URI
Old version information:
Class name: URI;
Method or attribute name: class URI
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: constructor(uri: string);
Old version information:
Class name: URI;
Method or attribute name: constructor(uri: string);
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: toString(): string;
Old version information:
Class name: URI;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: equalsTo(other: URI): boolean;
Old version information:
Class name: URI;
Method or attribute name: equalsTo(other: URI): boolean;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: checkIsAbsolute(): boolean;
Old version information:
Class name: URI;
Method or attribute name: checkIsAbsolute(): boolean;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: normalize(): URI;
Old version information:
Class name: URI;
Method or attribute name: normalize(): URI;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: scheme: string;
Old version information:
Class name: URI;
Method or attribute name: scheme: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: userInfo: string;
Old version information:
Class name: URI;
Method or attribute name: userInfo: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: host: string;
Old version information:
Class name: URI;
Method or attribute name: host: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: port: string;
Old version information:
Class name: URI;
Method or attribute name: port: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: path: string;
Old version information:
Class name: URI;
Method or attribute name: path: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: query: string;
Old version information:
Class name: URI;
Method or attribute name: query: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: fragment: string;
Old version information:
Class name: URI;
Method or attribute name: fragment: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: authority: string;
Old version information:
Class name: URI;
Method or attribute name: authority: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: URI;
Method or attribute name: ssp: string;
Old version information:
Class name: URI;
Method or attribute name: ssp: string;
New version information: crossplatform
@ohos.uri.d.ts
Cross-platform capability changed Class name: url;
Method or attribute name: declare url
Old version information:
Class name: url;
Method or attribute name: declare url
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: class URLParams
Old version information:
Class name: URLParams;
Method or attribute name: class URLParams
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: constructor(init?: string[][] | Record<string, string> | string | URLParams);
Old version information:
Class name: URLParams;
Method or attribute name: constructor(init?: string[][] | Record<string, string> | string | URLParams);
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: append(name: string, value: string): void;
Old version information:
Class name: URLParams;
Method or attribute name: append(name: string, value: string): void;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: delete(name: string): void;
Old version information:
Class name: URLParams;
Method or attribute name: delete(name: string): void;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: getAll(name: string): string[];
Old version information:
Class name: URLParams;
Method or attribute name: getAll(name: string): string[];
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: entries(): IterableIterator<[string, string]>;
Old version information:
Class name: URLParams;
Method or attribute name: entries(): IterableIterator<[string, string]>;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;
Old version information:
Class name: URLParams;
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: get(name: string): string | null;
Old version information:
Class name: URLParams;
Method or attribute name: get(name: string): string | null;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: has(name: string): boolean;
Old version information:
Class name: URLParams;
Method or attribute name: has(name: string): boolean;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: set(name: string, value: string): void;
Old version information:
Class name: URLParams;
Method or attribute name: set(name: string, value: string): void;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: sort(): void;
Old version information:
Class name: URLParams;
Method or attribute name: sort(): void;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: keys(): IterableIterator<string>;
Old version information:
Class name: URLParams;
Method or attribute name: keys(): IterableIterator<string>;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: values(): IterableIterator<string>;
Old version information:
Class name: URLParams;
Method or attribute name: values(): IterableIterator<string>;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: Symbol.iterator: IterableIterator<[string, string]>;
Old version information:
Class name: URLParams;
Method or attribute name: Symbol.iterator: IterableIterator<[string, string]>;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URLParams;
Method or attribute name: toString(): string;
Old version information:
Class name: URLParams;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: toString(): string;
Old version information:
Class name: URL;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: class URL
Old version information:
Class name: URL;
Method or attribute name: class URL
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: constructor();
Old version information:
Class name: URL;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: static parseURL(url: string, base?: string | URL): URL;
Old version information:
Class name: URL;
Method or attribute name: static parseURL(url: string, base?: string | URL): URL;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: toJSON(): string;
Old version information:
Class name: URL;
Method or attribute name: toJSON(): string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: hash: string;
Old version information:
Class name: URL;
Method or attribute name: hash: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: host: string;
Old version information:
Class name: URL;
Method or attribute name: host: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: hostname: string;
Old version information:
Class name: URL;
Method or attribute name: hostname: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: href: string;
Old version information:
Class name: URL;
Method or attribute name: href: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: readonly origin: string;
Old version information:
Class name: URL;
Method or attribute name: readonly origin: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: password: string;
Old version information:
Class name: URL;
Method or attribute name: password: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: pathname: string;
Old version information:
Class name: URL;
Method or attribute name: pathname: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: port: string;
Old version information:
Class name: URL;
Method or attribute name: port: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: protocol: string;
Old version information:
Class name: URL;
Method or attribute name: protocol: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: search: string;
Old version information:
Class name: URL;
Method or attribute name: search: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: readonly params: URLParams;
Old version information:
Class name: URL;
Method or attribute name: readonly params: URLParams;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: URL;
Method or attribute name: username: string;
Old version information:
Class name: URL;
Method or attribute name: username: string;
New version information: crossplatform
@ohos.url.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: declare class ArrayList
Old version information:
Class name: ArrayList;
Method or attribute name: declare class ArrayList
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: constructor();
Old version information:
Class name: ArrayList;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: length: number;
Old version information:
Class name: ArrayList;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: add(element: T): boolean;
Old version information:
Class name: ArrayList;
Method or attribute name: add(element: T): boolean;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: insert(element: T, index: number): void;
Old version information:
Class name: ArrayList;
Method or attribute name: insert(element: T, index: number): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: has(element: T): boolean;
Old version information:
Class name: ArrayList;
Method or attribute name: has(element: T): boolean;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: getIndexOf(element: T): number;
Old version information:
Class name: ArrayList;
Method or attribute name: getIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: removeByIndex(index: number): T;
Old version information:
Class name: ArrayList;
Method or attribute name: removeByIndex(index: number): T;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: remove(element: T): boolean;
Old version information:
Class name: ArrayList;
Method or attribute name: remove(element: T): boolean;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: getLastIndexOf(element: T): number;
Old version information:
Class name: ArrayList;
Method or attribute name: getLastIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;
Old version information:
Class name: ArrayList;
Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList<T>) => T, thisArg?: Object): void;
Old version information:
Class name: ArrayList;
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList<T>) => T, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList<T>) => void, thisArg?: Object): void;
Old version information:
Class name: ArrayList;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: sort(comparator?: (firstValue: T, secondValue: T) => number): void;
Old version information:
Class name: ArrayList;
Method or attribute name: sort(comparator?: (firstValue: T, secondValue: T) => number): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: subArrayList(fromIndex: number, toIndex: number): ArrayList<T>;
Old version information:
Class name: ArrayList;
Method or attribute name: subArrayList(fromIndex: number, toIndex: number): ArrayList<T>;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: clear(): void;
Old version information:
Class name: ArrayList;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: clone(): ArrayList<T>;
Old version information:
Class name: ArrayList;
Method or attribute name: clone(): ArrayList<T>;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: getCapacity(): number;
Old version information:
Class name: ArrayList;
Method or attribute name: getCapacity(): number;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: convertToArray(): Array<T>;
Old version information:
Class name: ArrayList;
Method or attribute name: convertToArray(): Array<T>;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: ArrayList;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: increaseCapacityTo(newCapacity: number): void;
Old version information:
Class name: ArrayList;
Method or attribute name: increaseCapacityTo(newCapacity: number): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: trimToCurrentLength(): void;
Old version information:
Class name: ArrayList;
Method or attribute name: trimToCurrentLength(): void;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: ArrayList;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: ArrayList;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.ArrayList.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: declare util
Old version information:
Class name: util;
Method or attribute name: declare util
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function format(format: string, ...args: Object[]): string;
Old version information:
Class name: util;
Method or attribute name: function format(format: string, ...args: Object[]): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function errnoToString(errno: number): string;
Old version information:
Class name: util;
Method or attribute name: function errnoToString(errno: number): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function callbackWrapper(original: Function): (err: Object, value: Object) => void;
Old version information:
Class name: util;
Method or attribute name: function callbackWrapper(original: Function): (err: Object, value: Object) => void;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function promisify(original: (err: Object, value: Object) => void): Function;
Old version information:
Class name: util;
Method or attribute name: function promisify(original: (err: Object, value: Object) => void): Function;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;
Old version information:
Class name: util;
Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;
Old version information:
Class name: util;
Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: function parseUUID(uuid: string): Uint8Array;
Old version information:
Class name: util;
Method or attribute name: function parseUUID(uuid: string): Uint8Array;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: util;
Method or attribute name: type ScopeType = ScopeComparable | number;
Old version information:
Class name: util;
Method or attribute name: type ScopeType = ScopeComparable | number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: class TextDecoder
Old version information:
Class name: TextDecoder;
Method or attribute name: class TextDecoder
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: readonly encoding: string;
Old version information:
Class name: TextDecoder;
Method or attribute name: readonly encoding: string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: readonly fatal: boolean;
Old version information:
Class name: TextDecoder;
Method or attribute name: readonly fatal: boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: readonly ignoreBOM = false;
Old version information:
Class name: TextDecoder;
Method or attribute name: readonly ignoreBOM = false;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: constructor();
Old version information:
Class name: TextDecoder;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: constructor();
Old version information:
Class name: TextEncoder;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: constructor();
Old version information:
Class name: RationalNumber;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: constructor();
Old version information:
Class name: Base64Helper;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: constructor();
Old version information:
Class name: types;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: static create(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder;
Old version information:
Class name: TextDecoder;
Method or attribute name: static create(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextDecoder;
Method or attribute name: decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;
Old version information:
Class name: TextDecoder;
Method or attribute name: decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: class TextEncoder
Old version information:
Class name: TextEncoder;
Method or attribute name: class TextEncoder
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: readonly encoding = 'utf-8';
Old version information:
Class name: TextEncoder;
Method or attribute name: readonly encoding = 'utf-8';
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: constructor(encoding?: string);
Old version information:
Class name: TextEncoder;
Method or attribute name: constructor(encoding?: string);
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: encodeInto(input?: string): Uint8Array;
Old version information:
Class name: TextEncoder;
Method or attribute name: encodeInto(input?: string): Uint8Array;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: TextEncoder;
Method or attribute name: encodeIntoUint8Array(input: string, dest: Uint8Array): { read: number; written: number };
Old version information:
Class name: TextEncoder;
Method or attribute name: encodeIntoUint8Array(input: string, dest: Uint8Array): { read: number; written: number };
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: class RationalNumber
Old version information:
Class name: RationalNumber;
Method or attribute name: class RationalNumber
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: static parseRationalNumber(numerator: number, denominator: number): RationalNumber;
Old version information:
Class name: RationalNumber;
Method or attribute name: static parseRationalNumber(numerator: number, denominator: number): RationalNumber;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;
Old version information:
Class name: RationalNumber;
Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: compare(another: RationalNumber): number;
Old version information:
Class name: RationalNumber;
Method or attribute name: compare(another: RationalNumber): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: equals(obj: Object): boolean;
Old version information:
Class name: RationalNumber;
Method or attribute name: equals(obj: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: valueOf(): number;
Old version information:
Class name: RationalNumber;
Method or attribute name: valueOf(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: static getCommonFactor(number1: number, number2: number): number;
Old version information:
Class name: RationalNumber;
Method or attribute name: static getCommonFactor(number1: number, number2: number): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: getDenominator(): number;
Old version information:
Class name: RationalNumber;
Method or attribute name: getDenominator(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: getNumerator(): number;
Old version information:
Class name: RationalNumber;
Method or attribute name: getNumerator(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: isFinite(): boolean;
Old version information:
Class name: RationalNumber;
Method or attribute name: isFinite(): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: isNaN(): boolean;
Old version information:
Class name: RationalNumber;
Method or attribute name: isNaN(): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: isZero(): boolean;
Old version information:
Class name: RationalNumber;
Method or attribute name: isZero(): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: RationalNumber;
Method or attribute name: toString(): string;
Old version information:
Class name: RationalNumber;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: toString(): string;
Old version information:
Class name: LRUCache;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: toString(): string;
Old version information:
Class name: ScopeHelper;
Method or attribute name: toString(): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: class LRUCache
Old version information:
Class name: LRUCache;
Method or attribute name: class LRUCache
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: constructor(capacity?: number);
Old version information:
Class name: LRUCache;
Method or attribute name: constructor(capacity?: number);
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: updateCapacity(newCapacity: number): void;
Old version information:
Class name: LRUCache;
Method or attribute name: updateCapacity(newCapacity: number): void;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: length: number;
Old version information:
Class name: LRUCache;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getCapacity(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getCapacity(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: clear(): void;
Old version information:
Class name: LRUCache;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getCreateCount(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getCreateCount(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getMissCount(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getMissCount(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getRemovalCount(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getRemovalCount(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getMatchCount(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getMatchCount(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: getPutCount(): number;
Old version information:
Class name: LRUCache;
Method or attribute name: getPutCount(): number;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: LRUCache;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: get(key: K): V | undefined;
Old version information:
Class name: LRUCache;
Method or attribute name: get(key: K): V | undefined;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: put(key: K, value: V): V;
Old version information:
Class name: LRUCache;
Method or attribute name: put(key: K, value: V): V;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: values(): V[];
Old version information:
Class name: LRUCache;
Method or attribute name: values(): V[];
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: keys(): K[];
Old version information:
Class name: LRUCache;
Method or attribute name: keys(): K[];
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: remove(key: K): V | undefined;
Old version information:
Class name: LRUCache;
Method or attribute name: remove(key: K): V | undefined;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
Old version information:
Class name: LRUCache;
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: contains(key: K): boolean;
Old version information:
Class name: LRUCache;
Method or attribute name: contains(key: K): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: createDefault(key: K): V;
Old version information:
Class name: LRUCache;
Method or attribute name: createDefault(key: K): V;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: entries(): IterableIterator<[K, V]>;
Old version information:
Class name: LRUCache;
Method or attribute name: entries(): IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: LRUCache;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
Old version information:
Class name: LRUCache;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeComparable;
Method or attribute name: compareTo(other: ScopeComparable): boolean;
Old version information:
Class name: ScopeComparable;
Method or attribute name: compareTo(other: ScopeComparable): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: class ScopeHelper
Old version information:
Class name: ScopeHelper;
Method or attribute name: class ScopeHelper
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);
Old version information:
Class name: ScopeHelper;
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;
Old version information:
Class name: ScopeHelper;
Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;
Old version information:
Class name: ScopeHelper;
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: getUpper(): ScopeType;
Old version information:
Class name: ScopeHelper;
Method or attribute name: getUpper(): ScopeType;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: getLower(): ScopeType;
Old version information:
Class name: ScopeHelper;
Method or attribute name: getLower(): ScopeType;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: expand(range: ScopeHelper): ScopeHelper;
Old version information:
Class name: ScopeHelper;
Method or attribute name: expand(range: ScopeHelper): ScopeHelper;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: expand(value: ScopeType): ScopeHelper;
Old version information:
Class name: ScopeHelper;
Method or attribute name: expand(value: ScopeType): ScopeHelper;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: contains(value: ScopeType): boolean;
Old version information:
Class name: ScopeHelper;
Method or attribute name: contains(value: ScopeType): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: contains(range: ScopeHelper): boolean;
Old version information:
Class name: ScopeHelper;
Method or attribute name: contains(range: ScopeHelper): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: ScopeHelper;
Method or attribute name: clamp(value: ScopeType): ScopeType;
Old version information:
Class name: ScopeHelper;
Method or attribute name: clamp(value: ScopeType): ScopeType;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: class Base64Helper
Old version information:
Class name: Base64Helper;
Method or attribute name: class Base64Helper
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;
Old version information:
Class name: Base64Helper;
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: encodeToStringSync(src: Uint8Array, options?: Type): string;
Old version information:
Class name: Base64Helper;
Method or attribute name: encodeToStringSync(src: Uint8Array, options?: Type): string;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: decodeSync(src: Uint8Array | string, options?: Type): Uint8Array;
Old version information:
Class name: Base64Helper;
Method or attribute name: decodeSync(src: Uint8Array | string, options?: Type): Uint8Array;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: encode(src: Uint8Array): Promise<Uint8Array>;
Old version information:
Class name: Base64Helper;
Method or attribute name: encode(src: Uint8Array): Promise<Uint8Array>;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: encodeToString(src: Uint8Array, options?: Type): Promise<string>;
Old version information:
Class name: Base64Helper;
Method or attribute name: encodeToString(src: Uint8Array, options?: Type): Promise<string>;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Base64Helper;
Method or attribute name: decode(src: Uint8Array | string, options?: Type): Promise<Uint8Array>;
Old version information:
Class name: Base64Helper;
Method or attribute name: decode(src: Uint8Array | string, options?: Type): Promise<Uint8Array>;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: class types
Old version information:
Class name: types;
Method or attribute name: class types
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isAnyArrayBuffer(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isAnyArrayBuffer(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isArrayBufferView(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isArrayBufferView(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isArgumentsObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isArgumentsObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isArrayBuffer(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isArrayBuffer(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isAsyncFunction(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isAsyncFunction(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isBigInt64Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isBigInt64Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isBigUint64Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isBigUint64Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isBooleanObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isBooleanObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isBoxedPrimitive(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isBoxedPrimitive(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isDataView(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isDataView(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isDate(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isDate(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isExternal(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isExternal(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isFloat32Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isFloat32Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isFloat64Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isFloat64Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isGeneratorFunction(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isGeneratorFunction(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isGeneratorObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isGeneratorObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isInt8Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isInt8Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isInt16Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isInt16Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isInt32Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isInt32Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isMap(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isMap(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isMapIterator(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isMapIterator(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isModuleNamespaceObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isModuleNamespaceObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isNativeError(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isNativeError(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isNumberObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isNumberObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isPromise(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isPromise(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isProxy(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isProxy(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isRegExp(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isRegExp(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isSet(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isSet(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isSetIterator(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isSetIterator(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isSharedArrayBuffer(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isSharedArrayBuffer(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isStringObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isStringObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isSymbolObject(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isSymbolObject(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isTypedArray(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isTypedArray(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isUint8Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isUint8Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isUint8ClampedArray(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isUint8ClampedArray(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isUint16Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isUint16Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isUint32Array(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isUint32Array(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isWeakMap(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isWeakMap(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: types;
Method or attribute name: isWeakSet(value: Object): boolean;
Old version information:
Class name: types;
Method or attribute name: isWeakSet(value: Object): boolean;
New version information: crossplatform
@ohos.util.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: declare class Deque
Old version information:
Class name: Deque;
Method or attribute name: declare class Deque
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: constructor();
Old version information:
Class name: Deque;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: length: number;
Old version information:
Class name: Deque;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: insertFront(element: T): void;
Old version information:
Class name: Deque;
Method or attribute name: insertFront(element: T): void;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: insertEnd(element: T): void;
Old version information:
Class name: Deque;
Method or attribute name: insertEnd(element: T): void;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: has(element: T): boolean;
Old version information:
Class name: Deque;
Method or attribute name: has(element: T): boolean;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: getFirst(): T;
Old version information:
Class name: Deque;
Method or attribute name: getFirst(): T;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: getLast(): T;
Old version information:
Class name: Deque;
Method or attribute name: getLast(): T;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: popFirst(): T;
Old version information:
Class name: Deque;
Method or attribute name: popFirst(): T;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: popLast(): T;
Old version information:
Class name: Deque;
Method or attribute name: popLast(): T;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, deque?: Deque<T>) => void, thisArg?: Object): void;
Old version information:
Class name: Deque;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, deque?: Deque<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: Deque;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: Deque;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.Deque.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: declare class HashMap
Old version information:
Class name: HashMap;
Method or attribute name: declare class HashMap
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: constructor();
Old version information:
Class name: HashMap;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: length: number;
Old version information:
Class name: HashMap;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: HashMap;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: hasKey(key: K): boolean;
Old version information:
Class name: HashMap;
Method or attribute name: hasKey(key: K): boolean;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: hasValue(value: V): boolean;
Old version information:
Class name: HashMap;
Method or attribute name: hasValue(value: V): boolean;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: get(key: K): V;
Old version information:
Class name: HashMap;
Method or attribute name: get(key: K): V;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: setAll(map: HashMap<K, V>): void;
Old version information:
Class name: HashMap;
Method or attribute name: setAll(map: HashMap<K, V>): void;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: set(key: K, value: V): Object;
Old version information:
Class name: HashMap;
Method or attribute name: set(key: K, value: V): Object;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: remove(key: K): V;
Old version information:
Class name: HashMap;
Method or attribute name: remove(key: K): V;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: clear(): void;
Old version information:
Class name: HashMap;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: keys(): IterableIterator<K>;
Old version information:
Class name: HashMap;
Method or attribute name: keys(): IterableIterator<K>;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: values(): IterableIterator<V>;
Old version information:
Class name: HashMap;
Method or attribute name: values(): IterableIterator<V>;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: replace(key: K, newValue: V): boolean;
Old version information:
Class name: HashMap;
Method or attribute name: replace(key: K, newValue: V): boolean;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: HashMap<K, V>) => void, thisArg?: Object): void;
Old version information:
Class name: HashMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: HashMap<K, V>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
Old version information:
Class name: HashMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
Old version information:
Class name: HashMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.HashMap.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: declare class HashSet
Old version information:
Class name: HashSet;
Method or attribute name: declare class HashSet
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: constructor();
Old version information:
Class name: HashSet;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: length: number;
Old version information:
Class name: HashSet;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: HashSet;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: has(value: T): boolean;
Old version information:
Class name: HashSet;
Method or attribute name: has(value: T): boolean;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: add(value: T): boolean;
Old version information:
Class name: HashSet;
Method or attribute name: add(value: T): boolean;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: remove(value: T): boolean;
Old version information:
Class name: HashSet;
Method or attribute name: remove(value: T): boolean;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: clear(): void;
Old version information:
Class name: HashSet;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: HashSet<T>) => void, thisArg?: Object): void;
Old version information:
Class name: HashSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: HashSet<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: values(): IterableIterator<T>;
Old version information:
Class name: HashSet;
Method or attribute name: values(): IterableIterator<T>;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
Old version information:
Class name: HashSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: HashSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: HashSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.HashSet.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: declare class LightWeightMap
Old version information:
Class name: LightWeightMap;
Method or attribute name: declare class LightWeightMap
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: constructor();
Old version information:
Class name: LightWeightMap;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: length: number;
Old version information:
Class name: LightWeightMap;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: hasAll(map: LightWeightMap<K, V>): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: hasAll(map: LightWeightMap<K, V>): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: hasKey(key: K): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: hasKey(key: K): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: hasValue(value: V): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: hasValue(value: V): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
Old version information:
Class name: LightWeightMap;
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
Old version information:
Class name: LightWeightMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: get(key: K): V;
Old version information:
Class name: LightWeightMap;
Method or attribute name: get(key: K): V;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: getIndexOfKey(key: K): number;
Old version information:
Class name: LightWeightMap;
Method or attribute name: getIndexOfKey(key: K): number;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: getIndexOfValue(value: V): number;
Old version information:
Class name: LightWeightMap;
Method or attribute name: getIndexOfValue(value: V): number;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: getKeyAt(index: number): K;
Old version information:
Class name: LightWeightMap;
Method or attribute name: getKeyAt(index: number): K;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: keys(): IterableIterator<K>;
Old version information:
Class name: LightWeightMap;
Method or attribute name: keys(): IterableIterator<K>;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: setAll(map: LightWeightMap<K, V>): void;
Old version information:
Class name: LightWeightMap;
Method or attribute name: setAll(map: LightWeightMap<K, V>): void;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: set(key: K, value: V): Object;
Old version information:
Class name: LightWeightMap;
Method or attribute name: set(key: K, value: V): Object;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: remove(key: K): V;
Old version information:
Class name: LightWeightMap;
Method or attribute name: remove(key: K): V;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: removeAt(index: number): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: removeAt(index: number): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: clear(): void;
Old version information:
Class name: LightWeightMap;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: setValueAt(index: number, newValue: V): boolean;
Old version information:
Class name: LightWeightMap;
Method or attribute name: setValueAt(index: number, newValue: V): boolean;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap<K, V>) => void, thisArg?: Object): void;
Old version information:
Class name: LightWeightMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap<K, V>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
Old version information:
Class name: LightWeightMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: toString(): String;
Old version information:
Class name: LightWeightMap;
Method or attribute name: toString(): String;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: getValueAt(index: number): V;
Old version information:
Class name: LightWeightMap;
Method or attribute name: getValueAt(index: number): V;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightMap;
Method or attribute name: values(): IterableIterator<V>;
Old version information:
Class name: LightWeightMap;
Method or attribute name: values(): IterableIterator<V>;
New version information: crossplatform
@ohos.util.LightWeightMap.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: declare class LightWeightSet
Old version information:
Class name: LightWeightSet;
Method or attribute name: declare class LightWeightSet
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: constructor();
Old version information:
Class name: LightWeightSet;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: length: number;
Old version information:
Class name: LightWeightSet;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: add(obj: T): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: add(obj: T): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: addAll(set: LightWeightSet<T>): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: addAll(set: LightWeightSet<T>): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: hasAll(set: LightWeightSet<T>): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: hasAll(set: LightWeightSet<T>): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: has(key: T): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: has(key: T): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: equal(obj: Object): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: equal(obj: Object): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
Old version information:
Class name: LightWeightSet;
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: getIndexOf(key: T): number;
Old version information:
Class name: LightWeightSet;
Method or attribute name: getIndexOf(key: T): number;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: remove(key: T): T;
Old version information:
Class name: LightWeightSet;
Method or attribute name: remove(key: T): T;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: removeAt(index: number): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: removeAt(index: number): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: clear(): void;
Old version information:
Class name: LightWeightSet;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet<T>) => void, thisArg?: Object): void;
Old version information:
Class name: LightWeightSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: LightWeightSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: toString(): String;
Old version information:
Class name: LightWeightSet;
Method or attribute name: toString(): String;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: toArray(): Array<T>;
Old version information:
Class name: LightWeightSet;
Method or attribute name: toArray(): Array<T>;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: getValueAt(index: number): T;
Old version information:
Class name: LightWeightSet;
Method or attribute name: getValueAt(index: number): T;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: values(): IterableIterator<T>;
Old version information:
Class name: LightWeightSet;
Method or attribute name: values(): IterableIterator<T>;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
Old version information:
Class name: LightWeightSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LightWeightSet;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: LightWeightSet;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.LightWeightSet.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: declare class LinkedList
Old version information:
Class name: LinkedList;
Method or attribute name: declare class LinkedList
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: constructor();
Old version information:
Class name: LinkedList;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: length: number;
Old version information:
Class name: LinkedList;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: add(element: T): boolean;
Old version information:
Class name: LinkedList;
Method or attribute name: add(element: T): boolean;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: insert(index: number, element: T): void;
Old version information:
Class name: LinkedList;
Method or attribute name: insert(index: number, element: T): void;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: get(index: number): T;
Old version information:
Class name: LinkedList;
Method or attribute name: get(index: number): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: addFirst(element: T): void;
Old version information:
Class name: LinkedList;
Method or attribute name: addFirst(element: T): void;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: removeFirst(): T;
Old version information:
Class name: LinkedList;
Method or attribute name: removeFirst(): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: removeLast(): T;
Old version information:
Class name: LinkedList;
Method or attribute name: removeLast(): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: has(element: T): boolean;
Old version information:
Class name: LinkedList;
Method or attribute name: has(element: T): boolean;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: getIndexOf(element: T): number;
Old version information:
Class name: LinkedList;
Method or attribute name: getIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: removeByIndex(index: number): T;
Old version information:
Class name: LinkedList;
Method or attribute name: removeByIndex(index: number): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: remove(element: T): boolean;
Old version information:
Class name: LinkedList;
Method or attribute name: remove(element: T): boolean;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: removeFirstFound(element: T): boolean;
Old version information:
Class name: LinkedList;
Method or attribute name: removeFirstFound(element: T): boolean;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: removeLastFound(element: T): boolean;
Old version information:
Class name: LinkedList;
Method or attribute name: removeLastFound(element: T): boolean;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: getLastIndexOf(element: T): number;
Old version information:
Class name: LinkedList;
Method or attribute name: getLastIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: getFirst(): T;
Old version information:
Class name: LinkedList;
Method or attribute name: getFirst(): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: getLast(): T;
Old version information:
Class name: LinkedList;
Method or attribute name: getLast(): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: set(index: number, element: T): T;
Old version information:
Class name: LinkedList;
Method or attribute name: set(index: number, element: T): T;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList<T>) => void, thisArg?: Object): void;
Old version information:
Class name: LinkedList;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: clear(): void;
Old version information:
Class name: LinkedList;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: clone(): LinkedList<T>;
Old version information:
Class name: LinkedList;
Method or attribute name: clone(): LinkedList<T>;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: convertToArray(): Array<T>;
Old version information:
Class name: LinkedList;
Method or attribute name: convertToArray(): Array<T>;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: LinkedList;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: LinkedList;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.LinkedList.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: declare class List
Old version information:
Class name: List;
Method or attribute name: declare class List
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: constructor();
Old version information:
Class name: List;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: length: number;
Old version information:
Class name: List;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: add(element: T): boolean;
Old version information:
Class name: List;
Method or attribute name: add(element: T): boolean;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: insert(element: T, index: number): void;
Old version information:
Class name: List;
Method or attribute name: insert(element: T, index: number): void;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: get(index: number): T;
Old version information:
Class name: List;
Method or attribute name: get(index: number): T;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: has(element: T): boolean;
Old version information:
Class name: List;
Method or attribute name: has(element: T): boolean;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: getIndexOf(element: T): number;
Old version information:
Class name: List;
Method or attribute name: getIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: removeByIndex(index: number): T;
Old version information:
Class name: List;
Method or attribute name: removeByIndex(index: number): T;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: remove(element: T): boolean;
Old version information:
Class name: List;
Method or attribute name: remove(element: T): boolean;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: getLastIndexOf(element: T): number;
Old version information:
Class name: List;
Method or attribute name: getLastIndexOf(element: T): number;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: getFirst(): T;
Old version information:
Class name: List;
Method or attribute name: getFirst(): T;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: getLast(): T;
Old version information:
Class name: List;
Method or attribute name: getLast(): T;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: set(index: number, element: T): T;
Old version information:
Class name: List;
Method or attribute name: set(index: number, element: T): T;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: equal(obj: Object): boolean;
Old version information:
Class name: List;
Method or attribute name: equal(obj: Object): boolean;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, List?: List<T>) => void, thisArg?: Object): void;
Old version information:
Class name: List;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, List?: List<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: sort(comparator: (firstValue: T, secondValue: T) => number): void;
Old version information:
Class name: List;
Method or attribute name: sort(comparator: (firstValue: T, secondValue: T) => number): void;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: clear(): void;
Old version information:
Class name: List;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: getSubList(fromIndex: number, toIndex: number): List<T>;
Old version information:
Class name: List;
Method or attribute name: getSubList(fromIndex: number, toIndex: number): List<T>;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, list?: List<T>) => T, thisArg?: Object): void;
Old version information:
Class name: List;
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, list?: List<T>) => T, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: convertToArray(): Array<T>;
Old version information:
Class name: List;
Method or attribute name: convertToArray(): Array<T>;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: List;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: List;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: List;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.List.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: declare class PlainArray
Old version information:
Class name: PlainArray;
Method or attribute name: declare class PlainArray
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: constructor();
Old version information:
Class name: PlainArray;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: length: number;
Old version information:
Class name: PlainArray;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: add(key: number, value: T): void;
Old version information:
Class name: PlainArray;
Method or attribute name: add(key: number, value: T): void;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: clear(): void;
Old version information:
Class name: PlainArray;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: clone(): PlainArray<T>;
Old version information:
Class name: PlainArray;
Method or attribute name: clone(): PlainArray<T>;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: has(key: number): boolean;
Old version information:
Class name: PlainArray;
Method or attribute name: has(key: number): boolean;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: get(key: number): T;
Old version information:
Class name: PlainArray;
Method or attribute name: get(key: number): T;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: getIndexOfKey(key: number): number;
Old version information:
Class name: PlainArray;
Method or attribute name: getIndexOfKey(key: number): number;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: getIndexOfValue(value: T): number;
Old version information:
Class name: PlainArray;
Method or attribute name: getIndexOfValue(value: T): number;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: PlainArray;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: getKeyAt(index: number): number;
Old version information:
Class name: PlainArray;
Method or attribute name: getKeyAt(index: number): number;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: remove(key: number): T;
Old version information:
Class name: PlainArray;
Method or attribute name: remove(key: number): T;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: removeAt(index: number): T;
Old version information:
Class name: PlainArray;
Method or attribute name: removeAt(index: number): T;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: removeRangeFrom(index: number, size: number): number;
Old version information:
Class name: PlainArray;
Method or attribute name: removeRangeFrom(index: number, size: number): number;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: setValueAt(index: number, value: T): void;
Old version information:
Class name: PlainArray;
Method or attribute name: setValueAt(index: number, value: T): void;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: toString(): String;
Old version information:
Class name: PlainArray;
Method or attribute name: toString(): String;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: getValueAt(index: number): T;
Old version information:
Class name: PlainArray;
Method or attribute name: getValueAt(index: number): T;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray<T>) => void, thisArg?: Object): void;
Old version information:
Class name: PlainArray;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: PlainArray;
Method or attribute name: Symbol.iterator: IterableIterator<[number, T]>;
Old version information:
Class name: PlainArray;
Method or attribute name: Symbol.iterator: IterableIterator<[number, T]>;
New version information: crossplatform
@ohos.util.PlainArray.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: declare class Queue
Old version information:
Class name: Queue;
Method or attribute name: declare class Queue
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: constructor();
Old version information:
Class name: Queue;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: length: number;
Old version information:
Class name: Queue;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: add(element: T): boolean;
Old version information:
Class name: Queue;
Method or attribute name: add(element: T): boolean;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: getFirst(): T;
Old version information:
Class name: Queue;
Method or attribute name: getFirst(): T;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: pop(): T;
Old version information:
Class name: Queue;
Method or attribute name: pop(): T;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, Queue?: Queue<T>) => void, thisArg?: Object): void;
Old version information:
Class name: Queue;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, Queue?: Queue<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Queue;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: Queue;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.Queue.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: declare class Stack
Old version information:
Class name: Stack;
Method or attribute name: declare class Stack
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: constructor();
Old version information:
Class name: Stack;
Method or attribute name: constructor();
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: length: number;
Old version information:
Class name: Stack;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: Stack;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: peek(): T;
Old version information:
Class name: Stack;
Method or attribute name: peek(): T;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: pop(): T;
Old version information:
Class name: Stack;
Method or attribute name: pop(): T;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: push(item: T): T;
Old version information:
Class name: Stack;
Method or attribute name: push(item: T): T;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: locate(element: T): number;
Old version information:
Class name: Stack;
Method or attribute name: locate(element: T): number;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, stack?: Stack<T>) => void, thisArg?: Object): void;
Old version information:
Class name: Stack;
Method or attribute name: forEach(callbackFn: (value: T, index?: number, stack?: Stack<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: Stack;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: Stack;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.Stack.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: declare class TreeMap
Old version information:
Class name: TreeMap;
Method or attribute name: declare class TreeMap
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: constructor(comparator?: (firstValue: K, secondValue: K) => boolean);
Old version information:
Class name: TreeMap;
Method or attribute name: constructor(comparator?: (firstValue: K, secondValue: K) => boolean);
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: length: number;
Old version information:
Class name: TreeMap;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: TreeMap;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: hasKey(key: K): boolean;
Old version information:
Class name: TreeMap;
Method or attribute name: hasKey(key: K): boolean;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: hasValue(value: V): boolean;
Old version information:
Class name: TreeMap;
Method or attribute name: hasValue(value: V): boolean;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: get(key: K): V;
Old version information:
Class name: TreeMap;
Method or attribute name: get(key: K): V;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: getFirstKey(): K;
Old version information:
Class name: TreeMap;
Method or attribute name: getFirstKey(): K;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: getLastKey(): K;
Old version information:
Class name: TreeMap;
Method or attribute name: getLastKey(): K;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: setAll(map: TreeMap<K, V>): void;
Old version information:
Class name: TreeMap;
Method or attribute name: setAll(map: TreeMap<K, V>): void;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: set(key: K, value: V): Object;
Old version information:
Class name: TreeMap;
Method or attribute name: set(key: K, value: V): Object;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: remove(key: K): V;
Old version information:
Class name: TreeMap;
Method or attribute name: remove(key: K): V;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: clear(): void;
Old version information:
Class name: TreeMap;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: getLowerKey(key: K): K;
Old version information:
Class name: TreeMap;
Method or attribute name: getLowerKey(key: K): K;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: getHigherKey(key: K): K;
Old version information:
Class name: TreeMap;
Method or attribute name: getHigherKey(key: K): K;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: keys(): IterableIterator<K>;
Old version information:
Class name: TreeMap;
Method or attribute name: keys(): IterableIterator<K>;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: values(): IterableIterator<V>;
Old version information:
Class name: TreeMap;
Method or attribute name: values(): IterableIterator<V>;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: replace(key: K, newValue: V): boolean;
Old version information:
Class name: TreeMap;
Method or attribute name: replace(key: K, newValue: V): boolean;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: TreeMap<K, V>) => void, thisArg?: Object): void;
Old version information:
Class name: TreeMap;
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: TreeMap<K, V>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
Old version information:
Class name: TreeMap;
Method or attribute name: entries(): IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
Old version information:
Class name: TreeMap;
Method or attribute name: Symbol.iterator: IterableIterator<[K, V]>;
New version information: crossplatform
@ohos.util.TreeMap.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: declare class TreeSet
Old version information:
Class name: TreeSet;
Method or attribute name: declare class TreeSet
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: constructor(comparator?: (firstValue: T, secondValue: T) => boolean);
Old version information:
Class name: TreeSet;
Method or attribute name: constructor(comparator?: (firstValue: T, secondValue: T) => boolean);
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: length: number;
Old version information:
Class name: TreeSet;
Method or attribute name: length: number;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: isEmpty(): boolean;
Old version information:
Class name: TreeSet;
Method or attribute name: isEmpty(): boolean;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: has(value: T): boolean;
Old version information:
Class name: TreeSet;
Method or attribute name: has(value: T): boolean;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: add(value: T): boolean;
Old version information:
Class name: TreeSet;
Method or attribute name: add(value: T): boolean;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: remove(value: T): boolean;
Old version information:
Class name: TreeSet;
Method or attribute name: remove(value: T): boolean;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: clear(): void;
Old version information:
Class name: TreeSet;
Method or attribute name: clear(): void;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: getFirstValue(): T;
Old version information:
Class name: TreeSet;
Method or attribute name: getFirstValue(): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: getLastValue(): T;
Old version information:
Class name: TreeSet;
Method or attribute name: getLastValue(): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: getLowerValue(key: T): T;
Old version information:
Class name: TreeSet;
Method or attribute name: getLowerValue(key: T): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: getHigherValue(key: T): T;
Old version information:
Class name: TreeSet;
Method or attribute name: getHigherValue(key: T): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: popFirst(): T;
Old version information:
Class name: TreeSet;
Method or attribute name: popFirst(): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: popLast(): T;
Old version information:
Class name: TreeSet;
Method or attribute name: popLast(): T;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: TreeSet<T>) => void, thisArg?: Object): void;
Old version information:
Class name: TreeSet;
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: TreeSet<T>) => void, thisArg?: Object): void;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: values(): IterableIterator<T>;
Old version information:
Class name: TreeSet;
Method or attribute name: values(): IterableIterator<T>;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
Old version information:
Class name: TreeSet;
Method or attribute name: entries(): IterableIterator<[T, T]>;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: TreeSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
Old version information:
Class name: TreeSet;
Method or attribute name: Symbol.iterator: IterableIterator<T>;
New version information: crossplatform
@ohos.util.TreeSet.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: type MessageType = 'message' | 'messageerror';
Old version information:
Class name: sourcefile;
Method or attribute name: type MessageType = 'message' | 'messageerror';
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerOptions;
Method or attribute name: export interface WorkerOptions
Old version information:
Class name: WorkerOptions;
Method or attribute name: export interface WorkerOptions
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerOptions;
Method or attribute name: type?: 'classic' | 'module';
Old version information:
Class name: WorkerOptions;
Method or attribute name: type?: 'classic' | 'module';
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerOptions;
Method or attribute name: name?: string;
Old version information:
Class name: WorkerOptions;
Method or attribute name: name?: string;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerOptions;
Method or attribute name: shared?: boolean;
Old version information:
Class name: WorkerOptions;
Method or attribute name: shared?: boolean;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: Event;
Method or attribute name: export interface Event
Old version information:
Class name: Event;
Method or attribute name: export interface Event
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: Event;
Method or attribute name: readonly type: string;
Old version information:
Class name: Event;
Method or attribute name: readonly type: string;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: Event;
Method or attribute name: readonly timeStamp: number;
Old version information:
Class name: Event;
Method or attribute name: readonly timeStamp: number;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: export interface ErrorEvent
Old version information:
Class name: ErrorEvent;
Method or attribute name: export interface ErrorEvent
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: readonly message: string;
Old version information:
Class name: ErrorEvent;
Method or attribute name: readonly message: string;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: readonly filename: string;
Old version information:
Class name: ErrorEvent;
Method or attribute name: readonly filename: string;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: readonly lineno: number;
Old version information:
Class name: ErrorEvent;
Method or attribute name: readonly lineno: number;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: readonly colno: number;
Old version information:
Class name: ErrorEvent;
Method or attribute name: readonly colno: number;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ErrorEvent;
Method or attribute name: readonly error: Object;
Old version information:
Class name: ErrorEvent;
Method or attribute name: readonly error: Object;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: MessageEvent;
Method or attribute name: export interface MessageEvent
Old version information:
Class name: MessageEvent;
Method or attribute name: export interface MessageEvent
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: MessageEvent;
Method or attribute name: readonly data: T;
Old version information:
Class name: MessageEvent;
Method or attribute name: readonly data: T;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: MessageEvents;
Method or attribute name: export interface MessageEvents
Old version information:
Class name: MessageEvents;
Method or attribute name: export interface MessageEvents
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: MessageEvents;
Method or attribute name: readonly data;
Old version information:
Class name: MessageEvents;
Method or attribute name: readonly data;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: PostMessageOptions;
Method or attribute name: export interface PostMessageOptions
Old version information:
Class name: PostMessageOptions;
Method or attribute name: export interface PostMessageOptions
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: PostMessageOptions;
Method or attribute name: transfer?: Object[];
Old version information:
Class name: PostMessageOptions;
Method or attribute name: transfer?: Object[];
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventListener;
Method or attribute name: export interface WorkerEventListener
Old version information:
Class name: WorkerEventListener;
Method or attribute name: export interface WorkerEventListener
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventListener;
Method or attribute name: (event: Event): void | Promise<void>;
Old version information:
Class name: WorkerEventListener;
Method or attribute name: (event: Event): void | Promise<void>;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventTarget;
Method or attribute name: export interface WorkerEventTarget
Old version information:
Class name: WorkerEventTarget;
Method or attribute name: export interface WorkerEventTarget
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventTarget;
Method or attribute name: dispatchEvent(event: Event): boolean;
Old version information:
Class name: WorkerEventTarget;
Method or attribute name: dispatchEvent(event: Event): boolean;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: dispatchEvent(event: Event): boolean;
Old version information:
Class name: ThreadWorker;
Method or attribute name: dispatchEvent(event: Event): boolean;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventTarget;
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;
Old version information:
Class name: WorkerEventTarget;
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: WorkerEventTarget;
Method or attribute name: removeAllListener(): void;
Old version information:
Class name: WorkerEventTarget;
Method or attribute name: removeAllListener(): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: removeAllListener(): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: removeAllListener(): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: GlobalScope;
Method or attribute name: declare interface GlobalScope
Old version information:
Class name: GlobalScope;
Method or attribute name: declare interface GlobalScope
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: GlobalScope;
Method or attribute name: readonly name: string;
Old version information:
Class name: GlobalScope;
Method or attribute name: readonly name: string;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: GlobalScope;
Method or attribute name: onerror?: (ev: ErrorEvent) => void;
Old version information:
Class name: GlobalScope;
Method or attribute name: onerror?: (ev: ErrorEvent) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: GlobalScope;
Method or attribute name: readonly self: GlobalScope & typeof globalThis;
Old version information:
Class name: GlobalScope;
Method or attribute name: readonly self: GlobalScope & typeof globalThis;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: export interface ThreadWorkerGlobalScope
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: export interface ThreadWorkerGlobalScope
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: close(): void;
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: close(): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorkerGlobalScope;
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;
Old version information:
Class name: ThreadWorkerGlobalScope;
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: worker;
Method or attribute name: declare worker
Old version information:
Class name: worker;
Method or attribute name: declare worker
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: class ThreadWorker
Old version information:
Class name: ThreadWorker;
Method or attribute name: class ThreadWorker
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);
Old version information:
Class name: ThreadWorker;
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: onexit?: (code: number) => void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: onexit?: (code: number) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: onerror?: (err: ErrorEvent) => void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: onerror?: (err: ErrorEvent) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: onmessage?: (event: MessageEvents) => void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: onmessage?: (event: MessageEvents) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: on(type: string, listener: WorkerEventListener): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: on(type: string, listener: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: once(type: string, listener: WorkerEventListener): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: once(type: string, listener: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: terminate(): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: terminate(): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: ThreadWorker;
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
Old version information:
Class name: ThreadWorker;
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
New version information: crossplatform
@ohos.worker.d.ts
Cross-platform capability changed Class name: xml;
Method or attribute name: declare xml
Old version information:
Class name: xml;
Method or attribute name: declare xml
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: class XmlSerializer
Old version information:
Class name: XmlSerializer;
Method or attribute name: class XmlSerializer
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: constructor(buffer: ArrayBuffer | DataView, encoding?: string);
Old version information:
Class name: XmlSerializer;
Method or attribute name: constructor(buffer: ArrayBuffer | DataView, encoding?: string);
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlPullParser;
Method or attribute name: constructor(buffer: ArrayBuffer | DataView, encoding?: string);
Old version information:
Class name: XmlPullParser;
Method or attribute name: constructor(buffer: ArrayBuffer | DataView, encoding?: string);
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setAttributes(name: string, value: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setAttributes(name: string, value: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: addEmptyElement(name: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: addEmptyElement(name: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setDeclaration(): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setDeclaration(): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: startElement(name: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: startElement(name: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: endElement(): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: endElement(): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setNamespace(prefix: string, namespace: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setNamespace(prefix: string, namespace: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setComment(text: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setComment(text: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setCDATA(text: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setCDATA(text: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setText(text: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setText(text: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlSerializer;
Method or attribute name: setDocType(text: string): void;
Old version information:
Class name: XmlSerializer;
Method or attribute name: setDocType(text: string): void;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: enum EventType
Old version information:
Class name: EventType;
Method or attribute name: enum EventType
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: START_DOCUMENT
Old version information:
Class name: EventType;
Method or attribute name: START_DOCUMENT
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: END_DOCUMENT
Old version information:
Class name: EventType;
Method or attribute name: END_DOCUMENT
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: START_TAG
Old version information:
Class name: EventType;
Method or attribute name: START_TAG
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: END_TAG
Old version information:
Class name: EventType;
Method or attribute name: END_TAG
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: TEXT
Old version information:
Class name: EventType;
Method or attribute name: TEXT
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: CDSECT
Old version information:
Class name: EventType;
Method or attribute name: CDSECT
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: COMMENT
Old version information:
Class name: EventType;
Method or attribute name: COMMENT
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: DOCDECL
Old version information:
Class name: EventType;
Method or attribute name: DOCDECL
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: INSTRUCTION
Old version information:
Class name: EventType;
Method or attribute name: INSTRUCTION
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: ENTITY_REFERENCE
Old version information:
Class name: EventType;
Method or attribute name: ENTITY_REFERENCE
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: EventType;
Method or attribute name: WHITESPACE
Old version information:
Class name: EventType;
Method or attribute name: WHITESPACE
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: interface ParseInfo
Old version information:
Class name: ParseInfo;
Method or attribute name: interface ParseInfo
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getColumnNumber(): number;
Old version information:
Class name: ParseInfo;
Method or attribute name: getColumnNumber(): number;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getDepth(): number;
Old version information:
Class name: ParseInfo;
Method or attribute name: getDepth(): number;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getLineNumber(): number;
Old version information:
Class name: ParseInfo;
Method or attribute name: getLineNumber(): number;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getName(): string;
Old version information:
Class name: ParseInfo;
Method or attribute name: getName(): string;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getNamespace(): string;
Old version information:
Class name: ParseInfo;
Method or attribute name: getNamespace(): string;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getPrefix(): string;
Old version information:
Class name: ParseInfo;
Method or attribute name: getPrefix(): string;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getText(): string;
Old version information:
Class name: ParseInfo;
Method or attribute name: getText(): string;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: isEmptyElementTag(): boolean;
Old version information:
Class name: ParseInfo;
Method or attribute name: isEmptyElementTag(): boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: isWhitespace(): boolean;
Old version information:
Class name: ParseInfo;
Method or attribute name: isWhitespace(): boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseInfo;
Method or attribute name: getAttributeCount(): number;
Old version information:
Class name: ParseInfo;
Method or attribute name: getAttributeCount(): number;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: interface ParseOptions
Old version information:
Class name: ParseOptions;
Method or attribute name: interface ParseOptions
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: supportDoctype?: boolean;
Old version information:
Class name: ParseOptions;
Method or attribute name: supportDoctype?: boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: ignoreNameSpace?: boolean;
Old version information:
Class name: ParseOptions;
Method or attribute name: ignoreNameSpace?: boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: tagValueCallbackFunction?: (name: string, value: string) => boolean;
Old version information:
Class name: ParseOptions;
Method or attribute name: tagValueCallbackFunction?: (name: string, value: string) => boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: attributeValueCallbackFunction?: (name: string, value: string) => boolean;
Old version information:
Class name: ParseOptions;
Method or attribute name: attributeValueCallbackFunction?: (name: string, value: string) => boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: ParseOptions;
Method or attribute name: tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean;
Old version information:
Class name: ParseOptions;
Method or attribute name: tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean;
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlPullParser;
Method or attribute name: class XmlPullParser
Old version information:
Class name: XmlPullParser;
Method or attribute name: class XmlPullParser
New version information: crossplatform
@ohos.xml.d.ts
Cross-platform capability changed Class name: XmlPullParser;
Method or attribute name: parse(option: ParseOptions): void;
Old version information:
Class name: XmlPullParser;
Method or attribute name: parse(option: ParseOptions): void;
New version information: crossplatform
@ohos.xml.d.ts