| 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | |新增|NA|类名:sourcefile;
方法or属性:export declare function markModuleCollectable(namespace: Object): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static count(label?: string): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static countReset(label?: string): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static dir(dir?: Object): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static dirxml(...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static group(...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static groupEnd(): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static table(tableData?: Object): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static time(label?: string): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static timeEnd(label?: string): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:console;
方法or属性:static trace(...arguments: Object[]): void;|global.d.ts| |新增|NA|类名:ConditionType;
方法or属性:timeout?: number;|@ohos.process.d.ts| |新增|NA|类名:ConditionType;
方法or属性:killSignal?: number \| string;|@ohos.process.d.ts| |新增|NA|类名:ConditionType;
方法or属性:maxBuffer?: number;|@ohos.process.d.ts| |新增|NA|类名:taskpool;
方法or属性:function execute(group: TaskGroup, priority?: Priority): Promise\;|@ohos.taskpool.d.ts| |新增|NA|类名:taskpool;
方法or属性:function cancel(group: TaskGroup): void;|@ohos.taskpool.d.ts| |新增|NA|类名:taskpool;
方法or属性:function getTaskPoolInfo(): TaskPoolInfo;|@ohos.taskpool.d.ts| |新增|NA|类名:Task;
方法or属性:static isCanceled(): boolean;|@ohos.taskpool.d.ts| |新增|NA|类名:Task;
方法or属性:setTransferList(transfer?: ArrayBuffer[]): void;|@ohos.taskpool.d.ts| |新增|NA|类名:TaskGroup;
方法or属性:constructor();|@ohos.taskpool.d.ts| |新增|NA|类名:TaskGroup;
方法or属性:addTask(func: Function, ...args: unknown[]): void;|@ohos.taskpool.d.ts| |新增|NA|类名:TaskGroup;
方法or属性:addTask(task: Task): void;|@ohos.taskpool.d.ts| |新增|NA|类名:State;
方法or属性:WAITING = 1|@ohos.taskpool.d.ts| |新增|NA|类名:State;
方法or属性:RUNNING = 2|@ohos.taskpool.d.ts| |新增|NA|类名:State;
方法or属性:CANCELED = 3|@ohos.taskpool.d.ts| |新增|NA|类名:TaskInfo;
方法or属性:taskId: number;|@ohos.taskpool.d.ts| |新增|NA|类名:TaskInfo;
方法or属性:state: State;|@ohos.taskpool.d.ts| |新增|NA|类名:TaskInfo;
方法or属性:duration?: number;|@ohos.taskpool.d.ts| |新增|NA|类名:ThreadInfo;
方法or属性:tid: number;|@ohos.taskpool.d.ts| |新增|NA|类名:ThreadInfo;
方法or属性:taskIds?: number[];|@ohos.taskpool.d.ts| |新增|NA|类名:ThreadInfo;
方法or属性:priority?: Priority;|@ohos.taskpool.d.ts| |新增|NA|类名:TaskPoolInfo;
方法or属性:threadInfos: ThreadInfo[];|@ohos.taskpool.d.ts| |新增|NA|类名:TaskPoolInfo;
方法or属性:taskInfos: TaskInfo[];|@ohos.taskpool.d.ts| |新增|NA|类名:Type;
方法or属性:BASIC|@ohos.util.d.ts| |新增|NA|类名:Type;
方法or属性:MIME|@ohos.util.d.ts| |错误码有变化|类名:taskpool;
方法or属性:function cancel(task: Task): void;
旧版本信息:401,10200015,10200016|类名:taskpool;
方法or属性:function cancel(task: Task): void;
新版本信息:401,10200015|@ohos.taskpool.d.ts| |错误码有变化|类名:Vector;
方法or属性:insert(element: T, index: number): void;
旧版本信息:If|类名:Vector;
方法or属性:insert(element: T, index: number): void;
新版本信息:|@ohos.util.Vector.d.ts| |错误码有变化|类名:Vector;
方法or属性:removeByRange(fromIndex: number, toIndex: number): void;
旧版本信息:If|类名:Vector;
方法or属性:removeByRange(fromIndex: number, toIndex: number): void;
新版本信息:|@ohos.util.Vector.d.ts| |错误码有变化|类名:Vector;
方法or属性:subVector(fromIndex: number, toIndex: number): Vector\;
旧版本信息:If|类名:Vector;
方法or属性:subVector(fromIndex: number, toIndex: number): Vector\;
新版本信息:|@ohos.util.Vector.d.ts| |type有变化|类名:Task;
方法or属性:arguments?: unknown[];
旧版本信息:|类名:Task;
方法or属性:arguments?: unknown[];
新版本信息:?unknown[]|@ohos.taskpool.d.ts| |函数有变化|类名:process;
方法or属性:function runCmd(command: string,

options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;|类名:process;
方法or属性:function runCmd(

command: string,

options?: ConditionType

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