| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.buffer
类名: buffer|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: BufferEncoding
方法 or 属性: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: TypedArray|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function alloc(size: number, fill?: string \| Buffer \| number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function allocUninitializedFromPool(size: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function allocUninitialized(size: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function byteLength(string: string \| Buffer \| TypedArray \| DataView \| ArrayBuffer \| SharedArrayBuffer, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function from(array: number[]): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function from(buffer: Buffer \| Uint8Array): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function from(string: String, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function isBuffer(obj: Object): boolean;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function isEncoding(encoding: string):boolean;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function compare(buf1: Buffer \| Uint8Array, buf2: Buffer \| Uint8Array): -1 \| 0 \| 1;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: buffer
方法 or 属性: function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: length: number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: buffer: ArrayBuffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: byteOffset: number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: fill(value: string \| Buffer \| Uint8Array \| number, offset?: number, end?: number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: compare(target: Buffer \| Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): -1 \| 0 \| 1;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: copy(target: Buffer \| Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: equals(otherBuffer: Uint8Array \| Buffer): boolean;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: includes(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: indexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: keys(): IterableIterator\;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: values(): IterableIterator\;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: entries(): IterableIterator\<[number, number]>;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: lastIndexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readBigInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readBigInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readBigUInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readBigUInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readDoubleBE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readDoubleLE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readFloatBE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readFloatLE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readInt8(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readInt16BE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readInt16LE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readInt32BE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readInt32LE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUInt8(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUInt16BE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUInt16LE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUInt32BE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUInt32LE(offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: readUIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: subarray(start?: number, end?: number): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: swap16(): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: swap32(): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: swap64(): Buffer;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: toJSON(): Object;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: toString(encoding?: string, start?: number, end?: number): string;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: write(str: string, offset?: number, length?: number, encoding?: string): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeBigInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeBigInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeBigUInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeBigUInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeDoubleBE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeDoubleLE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeFloatBE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeFloatLE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeIntLE(value : number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Buffer
方法 or 属性: writeUIntLE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[] , options?: Object);|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: size: number;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: type: string;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: arrayBuffer(): Promise\;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: slice(start?: number, end?: number, type?: string): Blob;|@ohos.buffer.d.ts|
|新增|NA|模块名: ohos.buffer
类名: Blob
方法 or 属性: text(): Promise\;|@ohos.buffer.d.ts|
|新增|NA|类名:ConvertXML
方法or属性:convertToJSObject(xml: string, options?: ConvertOptions) : Object;|@ohos.convertxml.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:isAppUid(v: number): boolean;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:isAppUid(v: number): boolean;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:getUidForName(v: string): number;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:getUidForName(v: string): number;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:getThreadPriority(v: number): number;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:getThreadPriority(v: number): number;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:getSystemConfig(name: number): number;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:getSystemConfig(name: number): number;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:getEnvironmentVar(name: string): string;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:getEnvironmentVar(name: string): string;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:exit(code: number): void;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:exit(code: number): void;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.process
类名: ProcessManager
方法 or 属性:kill(signal: number, pid: number): boolean;|@ohos.process.d.ts|
|新增|NA|类名:ProcessManager
方法or属性:kill(signal: number, pid: number): boolean;|@ohos.process.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: taskpool|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Priority|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: HIGH|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: MEDIUM|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: LOW|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Task|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: constructor(func: Function, ...args: unknown[]);|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: function: Function;|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: arguments?: unknown[];|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function execute(func: Function, ...args: unknown[]): Promise\;|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function execute(task: Task, priority?: Priority): Promise\;|@ohos.taskpool.d.ts|
|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function cancel(task: Task): void;|@ohos.taskpool.d.ts|
|新增|NA|类名:URI
方法or属性:equalsTo(other: URI): boolean;|@ohos.uri.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:constructor(init?: string[][] \| Record\ \| string \| URLParams);|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:constructor(init?: string[][] \| Record\ \| string \| URLParams);|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:append(name: string, value: string): void;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:append(name: string, value: string): void;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:delete(name: string): void;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:delete(name: string): void;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:getAll(name: string): string[];|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:getAll(name: string): string[];|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:get(name: string): string \| null;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:get(name: string): string \| null;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:has(name: string): boolean;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:has(name: string): boolean;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:set(name: string, value: string): void;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:set(name: string, value: string): void;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:sort(): void;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:sort(): void;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:keys(): IterableIterator\;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:keys(): IterableIterator\;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:values(): IterableIterator\;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:values(): IterableIterator\;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:[Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|新增|NA|类名:URLParams
方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|新增|NA|模块名: ohos.url
类名: URLParams
方法 or 属性:toString(): string;|@ohos.url.d.ts|
|新增|NA|类名:URL
方法or属性:constructor();|@ohos.url.d.ts|
|新增|NA|类名:URL
方法or属性:static parseURL(url: string, base?: string \| URL): URL;|@ohos.url.d.ts|
|新增|NA|类名:URL
方法or属性:readonly params: URLParams;|@ohos.url.d.ts|
|新增|NA|类名:util
方法or属性:function format(format: string, ...args: Object[]): string;|@ohos.util.d.ts|
|新增|NA|类名:util
方法or属性:function errnoToString(errno: number): string;|@ohos.util.d.ts|
|新增|NA|类名:util
方法or属性:function promisify(original: (err: Object, value: Object) => void): Function;|@ohos.util.d.ts|
|新增|NA|类名:util
方法or属性:function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts|
|新增|NA|类名:util
方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts|
|新增|NA|类名:util
方法or属性:function parseUUID(uuid: string): Uint8Array;|@ohos.util.d.ts|
|新增|NA|类名:TextDecoder
方法or属性:constructor();|@ohos.util.d.ts|
|新增|NA|类名:TextDecoder
方法or属性:static create(
encoding?: string,
options?: { fatal?: boolean; ignoreBOM?: boolean }
): TextDecoder;|@ohos.util.d.ts|
|新增|NA|类名:TextDecoder
方法or属性:decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;|@ohos.util.d.ts|
|新增|NA|类名:TextEncoder
方法or属性:constructor(encoding?: string);|@ohos.util.d.ts|
|新增|NA|类名:TextEncoder
方法or属性:encodeInto(input?: string): Uint8Array;|@ohos.util.d.ts|
|新增|NA|类名:TextEncoder
方法or属性:encodeIntoUint8Array(
input: string,
dest: Uint8Array,
): { read: number; written: number };|@ohos.util.d.ts|
|新增|NA|类名:RationalNumber
方法or属性:constructor();|@ohos.util.d.ts|
|新增|NA|类名:RationalNumber
方法or属性:static parseRationalNumber(numerator: number, denominator: number): RationalNumber;|@ohos.util.d.ts|
|新增|NA|类名:RationalNumber
方法or属性:compare(another :RationalNumber): number;|@ohos.util.d.ts|
|新增|NA|类名:RationalNumber
方法or属性:static getCommonFactor(number1: number, number2: number): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:constructor(capacity?: number);|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:updateCapacity(newCapacity: number):void|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:updateCapacity(newCapacity: number):void|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:toString(): string|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:length: number|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:length: number|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getCapacity(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getCapacity(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:clear(): void;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:clear(): void;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getCreateCount(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getCreateCount(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getMissCount(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getMissCount(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getRemovalCount(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getRemovalCount(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getMatchCount(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getMatchCount(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:getPutCount(): number;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:getPutCount(): number;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:isEmpty(): boolean;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:isEmpty(): boolean;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:get(key: K): V \| undefined;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:get(key: K): V \| undefined;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:put(key: K, value: V): V;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:put(key: K, value: V): V;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:values(): V[];|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:values(): V[];|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:keys(): K[];|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:keys(): K[];|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:remove(key: K): V \| undefined;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:remove(key: K): V \| undefined;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:contains(key: K): boolean;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:contains(key: K): boolean;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:createDefault(key: K): V;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:createDefault(key: K): V;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: LRUCache
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|新增|NA|类名:LRUCache
方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:toString(): string;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:getUpper(): ScopeType;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:getUpper(): ScopeType;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:getLower(): ScopeType;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:getLower(): ScopeType;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:contains(value: ScopeType): boolean;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:contains(value: ScopeType): boolean;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:contains(range: ScopeHelper): boolean;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:contains(range: ScopeHelper): boolean;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: ScopeHelper
方法 or 属性:clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts|
|新增|NA|类名:ScopeHelper
方法or属性:clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:constructor();|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:constructor();|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:encode(src: Uint8Array): Promise\;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:encode(src: Uint8Array): Promise\;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:encodeToString(src: Uint8Array): Promise\;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:encodeToString(src: Uint8Array): Promise\;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.util
类名: Base64Helper
方法 or 属性:decode(src: Uint8Array \| string): Promise\;|@ohos.util.d.ts|
|新增|NA|类名:Base64Helper
方法or属性:decode(src: Uint8Array \| string): Promise\;|@ohos.util.d.ts|
|新增|NA|模块名: ohos.worker
类名: MessageEvents|@ohos.worker.d.ts|
|新增|NA|类名:MessageEvents
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: MessageEvents
方法 or 属性:readonly data;|@ohos.worker.d.ts|
|新增|NA|类名:MessageEvents
方法or属性:readonly data;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventListener|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventListener
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventListener
方法 or 属性:(event: Event): void \| Promise\;|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventListener
方法or属性:(event: Event): void \| Promise\;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventTarget|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventTarget
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventTarget
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventTarget
方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventTarget
方法 or 属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventTarget
方法or属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventTarget
方法 or 属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventTarget
方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: WorkerEventTarget
方法 or 属性:removeAllListener(): void;|@ohos.worker.d.ts|
|新增|NA|类名:WorkerEventTarget
方法or属性:removeAllListener(): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: GlobalScope|@ohos.worker.d.ts|
|新增|NA|类名:GlobalScope
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: GlobalScope
方法 or 属性:readonly name: string;|@ohos.worker.d.ts|
|新增|NA|类名:GlobalScope
方法or属性:readonly name: string;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: GlobalScope
方法 or 属性:onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts|
|新增|NA|类名:GlobalScope
方法or属性:onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: GlobalScope
方法 or 属性:readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts|
|新增|NA|类名:GlobalScope
方法or属性:readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts|
|新增|NA|类名:DedicatedWorkerGlobalScope
方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope
方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope
方法 or 属性:close(): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:close(): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorkerGlobalScope
方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:onexit?: (code: number) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:onexit?: (code: number) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:terminate(): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:terminate(): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|新增|NA|模块名: ohos.worker
类名: ThreadWorker
方法 or 属性:removeAllListener(): void;|@ohos.worker.d.ts|
|新增|NA|类名:ThreadWorker
方法or属性:removeAllListener(): void;|@ohos.worker.d.ts|
|新增|NA|类名:worker
方法or属性:const workerPort: ThreadWorkerGlobalScope;|@ohos.worker.d.ts|
|访问级别有变化|类名:ChildProcess
访问级别:公开API|类名:ChildProcess
访问级别:系统API|@ohos.process.d.ts|
|废弃版本有变化|类名:ConvertXML
方法 or 属性:convert(xml: string, options?: ConvertOptions) : Object;
废弃版本:N/A|类名:ConvertXML
方法 or 属性:convert(xml: string, options?: ConvertOptions) : Object;
废弃版本:9
代替接口:ohos.convertxml.ConvertXML.convertToJSObject |@ohos.convertxml.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function isAppUid(v: number): boolean;
废弃版本:N/A|类名:process
方法 or 属性:function isAppUid(v: number): boolean;
废弃版本:9
代替接口:ohos.process.ProcessManager.isAppUid |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function getUidForName(v: string): number;
废弃版本:N/A|类名:process
方法 or 属性:function getUidForName(v: string): number;
废弃版本:9
代替接口:ohos.process.ProcessManager.getUidForName |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function getThreadPriority(v: number): number;
废弃版本:N/A|类名:process
方法 or 属性:function getThreadPriority(v: number): number;
废弃版本:9
代替接口:ohos.process.ProcessManager.getThreadPriority |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function getSystemConfig(name: number): number;
废弃版本:N/A|类名:process
方法 or 属性:function getSystemConfig(name: number): number;
废弃版本:9
代替接口:ohos.process.ProcessManager.getSystemConfig |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function getEnvironmentVar(name: string): string;
废弃版本:N/A|类名:process
方法 or 属性:function getEnvironmentVar(name: string): string;
废弃版本:9
代替接口:ohos.process.ProcessManager.getEnvironmentVar |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function exit(code: number): void;
废弃版本:N/A|类名:process
方法 or 属性:function exit(code: number): void;
废弃版本:9
代替接口:ohos.process.ProcessManager.exit |@ohos.process.d.ts|
|废弃版本有变化|类名:process
方法 or 属性:function kill(signal: number, pid: number): boolean;
废弃版本:N/A|类名:process
方法 or 属性:function kill(signal: number, pid: number): boolean;
废弃版本:9
代替接口:ohos.process.ProcessManager.kill |@ohos.process.d.ts|
|废弃版本有变化|类名:URI
方法 or 属性:equals(other: URI): boolean;
废弃版本:N/A|类名:URI
方法 or 属性:equals(other: URI): boolean;
废弃版本:9
代替接口:ohos.uri.URI.equalsTo |@ohos.uri.d.ts|
|废弃版本有变化|类名:URLSearchParams
废弃版本:N/A|类名:URLSearchParams
废弃版本:9
代替接口:ohos.url.URLParams |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:constructor(init?: string[][] \| Record\ \| string \| URLSearchParams);
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:constructor(init?: string[][] \| Record\ \| string \| URLSearchParams);
废弃版本:9
代替接口:ohos.url.URLParams.constructor |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:append(name: string, value: string): void;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:append(name: string, value: string): void;
废弃版本:9
代替接口:ohos.url.URLParams.append |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:delete(name: string): void;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:delete(name: string): void;
废弃版本:9
代替接口:ohos.url.URLParams.delete |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:getAll(name: string): string[];
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:getAll(name: string): string[];
废弃版本:9
代替接口:ohos.url.URLParams.getAll |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:entries(): IterableIterator\<[string, string]>;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:entries(): IterableIterator\<[string, string]>;
废弃版本:9
代替接口:ohos.url.URLParams.entries |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:get(name: string): string \| null;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:get(name: string): string \| null;
废弃版本:9
代替接口:ohos.url.URLParams.get |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:has(name: string): boolean;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:has(name: string): boolean;
废弃版本:9
代替接口:ohos.url.URLParams.has |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:set(name: string, value: string): void;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:set(name: string, value: string): void;
废弃版本:9
代替接口:ohos.url.URLParams.set |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:sort(): void;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:sort(): void;
废弃版本:9
代替接口:ohos.url.URLParams.sort |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:keys(): IterableIterator\;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:keys(): IterableIterator\;
废弃版本:9
代替接口:ohos.url.URLParams.keys |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:values(): IterableIterator\;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:values(): IterableIterator\;
废弃版本:9
代替接口:ohos.url.URLParams.values |@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:[Symbol.iterator](): IterableIterator\<[string, string]>;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:[Symbol.iterator](): IterableIterator\<[string, string]>;
废弃版本:9
代替接口:ohos.url.URLParams.|@ohos.url.d.ts|
|废弃版本有变化|类名:URLSearchParams
方法 or 属性:toString(): string;
废弃版本:N/A|类名:URLSearchParams
方法 or 属性:toString(): string;
废弃版本:9
代替接口:ohos.url.URLParams.toString |@ohos.url.d.ts|
|废弃版本有变化|类名:URL
方法 or 属性:constructor(url: string, base?: string \| URL);
废弃版本:N/A|类名:URL
方法 or 属性:constructor(url: string, base?: string \| URL);
废弃版本:9
代替接口:ohos.url.URL.parseURL |@ohos.url.d.ts|
|废弃版本有变化|类名:URL
方法 or 属性:readonly searchParams: URLSearchParams;
废弃版本:N/A|类名:URL
方法 or 属性:readonly searchParams: URLSearchParams;
废弃版本:9
代替接口:ohos.url.URL.params |@ohos.url.d.ts|
|废弃版本有变化|类名:util
方法 or 属性:function printf(format: string, ...args: Object[]): string;
废弃版本:N/A|类名:util
方法 or 属性:function printf(format: string, ...args: Object[]): string;
废弃版本:9
代替接口:ohos.util.format |@ohos.util.d.ts|
|废弃版本有变化|类名:util
方法 or 属性:function getErrorString(errno: number): string;
废弃版本:N/A|类名:util
方法 or 属性:function getErrorString(errno: number): string;
废弃版本:9
代替接口:ohos.util.errnoToString |@ohos.util.d.ts|
|废弃版本有变化|类名:util
方法 or 属性:function promiseWrapper(original: (err: Object, value: Object) => void): Object;
废弃版本:N/A|类名:util
方法 or 属性:function promiseWrapper(original: (err: Object, value: Object) => void): Object;
废弃版本:9
代替接口:ohos.util.promisify |@ohos.util.d.ts|
|废弃版本有变化|类名:TextDecoder
方法 or 属性:constructor(
encoding?: string,
options?: { fatal?: boolean; ignoreBOM?: boolean },
);
废弃版本:N/A|类名:TextDecoder
方法 or 属性:constructor(
encoding?: string,
options?: { fatal?: boolean; ignoreBOM?: boolean },
);
废弃版本:9
代替接口:ohos.util.TextDecoder.create |@ohos.util.d.ts|
|废弃版本有变化|类名:TextDecoder
方法 or 属性:decode(input: Uint8Array, options?: { stream?: false }): string;
废弃版本:N/A|类名:TextDecoder
方法 or 属性:decode(input: Uint8Array, options?: { stream?: false }): string;
废弃版本:9
代替接口:ohos.util.decodeWithStream |@ohos.util.d.ts|
|废弃版本有变化|类名:TextEncoder
方法 or 属性:encode(input?: string): Uint8Array;
废弃版本:N/A|类名:TextEncoder
方法 or 属性:encode(input?: string): Uint8Array;
废弃版本:9
代替接口:ohos.util.encodeInto |@ohos.util.d.ts|
|废弃版本有变化|类名:TextEncoder
方法 or 属性:encodeInto(
input: string,
dest: Uint8Array,
): { read: number; written: number };
废弃版本:N/A|类名:TextEncoder
方法 or 属性:encodeInto(
input: string,
dest: Uint8Array,
): { read: number; written: number };
废弃版本:9
代替接口:ohos.util.encodeIntoUint8Array |@ohos.util.d.ts|
|废弃版本有变化|类名:RationalNumber
方法 or 属性:constructor(numerator: number, denominator: number);
废弃版本:N/A|类名:RationalNumber
方法 or 属性:constructor(numerator: number, denominator: number);
废弃版本:9
代替接口:ohos.util.RationalNumber.parseRationalNumber |@ohos.util.d.ts|
|废弃版本有变化|类名:RationalNumber
方法 or 属性:compareTo(another :RationalNumber): number;
废弃版本:N/A|类名:RationalNumber
方法 or 属性:compareTo(another :RationalNumber): number;
废弃版本:9
代替接口:ohos.util.compare |@ohos.util.d.ts|
|废弃版本有变化|类名:RationalNumber
方法 or 属性:static getCommonDivisor(number1: number, number2: number): number;
废弃版本:N/A|类名:RationalNumber
方法 or 属性:static getCommonDivisor(number1: number, number2: number): number;
废弃版本:9
代替接口:ohos.util.getCommonFactor |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
废弃版本:N/A|类名:LruBuffer
废弃版本:9
代替接口:ohos.util.LRUCache |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:updateCapacity(newCapacity: number):void
废弃版本:N/A|类名:LruBuffer
方法 or 属性:updateCapacity(newCapacity: number):void
废弃版本:9
代替接口:ohos.util.LRUCache.updateCapacity |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getCapacity(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getCapacity(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getCapacity |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:clear(): void;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:clear(): void;
废弃版本:9
代替接口:ohos.util.LRUCache.clear |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getCreateCount(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getCreateCount(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getCreateCount |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getMissCount(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getMissCount(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getMissCount |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getRemovalCount(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getRemovalCount(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getRemovalCount |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getMatchCount(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getMatchCount(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getMatchCount |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:getPutCount(): number;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:getPutCount(): number;
废弃版本:9
代替接口:ohos.util.LRUCache.getPutCount |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:isEmpty(): boolean;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:isEmpty(): boolean;
废弃版本:9
代替接口:ohos.util.LRUCache.isEmpty |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:get(key: K): V \| undefined;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:get(key: K): V \| undefined;
废弃版本:9
代替接口:ohos.util.LRUCache.get |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:put(key: K, value: V): V;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:put(key: K, value: V): V;
废弃版本:9
代替接口:ohos.util.LRUCache.put |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:values(): V[];
废弃版本:N/A|类名:LruBuffer
方法 or 属性:values(): V[];
废弃版本:9
代替接口:ohos.util.LRUCache.values |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:keys(): K[];
废弃版本:N/A|类名:LruBuffer
方法 or 属性:keys(): K[];
废弃版本:9
代替接口:ohos.util.LRUCache.keys |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:remove(key: K): V \| undefined;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:remove(key: K): V \| undefined;
废弃版本:9
代替接口:ohos.util.LRUCache.remove |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
废弃版本:9
代替接口:ohos.util.LRUCache.afterRemoval |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:contains(key: K): boolean;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:contains(key: K): boolean;
废弃版本:9
代替接口:ohos.util.LRUCache.contains |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:createDefault(key: K): V;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:createDefault(key: K): V;
废弃版本:9
代替接口:ohos.util.LRUCache.createDefault |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:entries(): IterableIterator\<[K, V]>;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:entries(): IterableIterator\<[K, V]>;
废弃版本:9
代替接口:ohos.util.LRUCache.entries |@ohos.util.d.ts|
|废弃版本有变化|类名:LruBuffer
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;
废弃版本:N/A|类名:LruBuffer
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;
废弃版本:9
代替接口:ohos.util.LRUCache.|@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
废弃版本:N/A|类名:Scope
废弃版本:9
代替接口:ohos.util.ScopeHelper |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);
废弃版本:N/A|类名:Scope
方法 or 属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);
废弃版本:9
代替接口:ohos.util.ScopeHelper.constructor |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:toString(): string;
废弃版本:N/A|类名:Scope
方法 or 属性:toString(): string;
废弃版本:9
代替接口:ohos.util.ScopeHelper.toString |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:intersect(range: Scope): Scope;
废弃版本:N/A|类名:Scope
方法 or 属性:intersect(range: Scope): Scope;
废弃版本:9
代替接口:ohos.util.ScopeHelper.intersect |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;
废弃版本:N/A|类名:Scope
方法 or 属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;
废弃版本:9
代替接口:ohos.util.ScopeHelper.intersect |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:getUpper(): ScopeType;
废弃版本:N/A|类名:Scope
方法 or 属性:getUpper(): ScopeType;
废弃版本:9
代替接口:ohos.util.ScopeHelper.getUpper |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:getLower(): ScopeType;
废弃版本:N/A|类名:Scope
方法 or 属性:getLower(): ScopeType;
废弃版本:9
代替接口:ohos.util.ScopeHelper.getLower |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;
废弃版本:N/A|类名:Scope
方法 or 属性:expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;
废弃版本:9
代替接口:ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:expand(range: Scope): Scope;
废弃版本:N/A|类名:Scope
方法 or 属性:expand(range: Scope): Scope;
废弃版本:9
代替接口:ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:expand(value: ScopeType): Scope;
废弃版本:N/A|类名:Scope
方法 or 属性:expand(value: ScopeType): Scope;
废弃版本:9
代替接口:ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:contains(value: ScopeType): boolean;
废弃版本:N/A|类名:Scope
方法 or 属性:contains(value: ScopeType): boolean;
废弃版本:9
代替接口:ohos.util.ScopeHelper.contains |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:contains(range: Scope): boolean;
废弃版本:N/A|类名:Scope
方法 or 属性:contains(range: Scope): boolean;
废弃版本:9
代替接口:ohos.util.ScopeHelper.contains |@ohos.util.d.ts|
|废弃版本有变化|类名:Scope
方法 or 属性:clamp(value: ScopeType): ScopeType;
废弃版本:N/A|类名:Scope
方法 or 属性:clamp(value: ScopeType): ScopeType;
废弃版本:9
代替接口:ohos.util.ScopeHelper.clamp |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
废弃版本:N/A|类名:Base64
废弃版本:9
代替接口:ohos.util.Base64Helper |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:constructor();
废弃版本:N/A|类名:Base64
方法 or 属性:constructor();
废弃版本:9
代替接口:ohos.util.Base64Helper.constructor |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:encodeSync(src: Uint8Array): Uint8Array;
废弃版本:N/A|类名:Base64
方法 or 属性:encodeSync(src: Uint8Array): Uint8Array;
废弃版本:9
代替接口:ohos.util.Base64Helper.encodeSync |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:encodeToStringSync(src: Uint8Array): string;
废弃版本:N/A|类名:Base64
方法 or 属性:encodeToStringSync(src: Uint8Array): string;
废弃版本:9
代替接口:ohos.util.Base64Helper.encodeToStringSync |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:decodeSync(src: Uint8Array \| string): Uint8Array;
废弃版本:N/A|类名:Base64
方法 or 属性:decodeSync(src: Uint8Array \| string): Uint8Array;
废弃版本:9
代替接口:ohos.util.Base64Helper.decodeSync |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:encode(src: Uint8Array): Promise\;
废弃版本:N/A|类名:Base64
方法 or 属性:encode(src: Uint8Array): Promise\;
废弃版本:9
代替接口:ohos.util.Base64Helper.encode |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:encodeToString(src: Uint8Array): Promise\;
废弃版本:N/A|类名:Base64
方法 or 属性:encodeToString(src: Uint8Array): Promise\;
废弃版本:9
代替接口:ohos.util.Base64Helper.encodeToString |@ohos.util.d.ts|
|废弃版本有变化|类名:Base64
方法 or 属性:decode(src: Uint8Array \| string): Promise\;
废弃版本:N/A|类名:Base64
方法 or 属性:decode(src: Uint8Array \| string): Promise\;
废弃版本:9
代替接口:ohos.util.Base64Helper.decode |@ohos.util.d.ts|
|废弃版本有变化|类名:Vector
废弃版本:N/A|类名:Vector
废弃版本:9
代替接口:ohos.util.ArrayList |@ohos.util.Vector.d.ts|
|废弃版本有变化|类名:EventListener
废弃版本:N/A|类名:EventListener
废弃版本:9
代替接口:ohos.worker.WorkerEventListener |@ohos.worker.d.ts|
|废弃版本有变化|类名:EventListener
方法 or 属性:(evt: Event): void \| Promise\;
废弃版本:N/A|类名:EventListener
方法 or 属性:(evt: Event): void \| Promise\;
废弃版本:9
代替接口:ohos.worker.WorkerEventListener.|@ohos.worker.d.ts|
|废弃版本有变化|类名:EventTarget
废弃版本:N/A|类名:EventTarget
废弃版本:9
代替接口:ohos.worker.WorkerEventTarget |@ohos.worker.d.ts|
|废弃版本有变化|类名:EventTarget
方法 or 属性:addEventListener(
type: string,
listener: EventListener
): void;
废弃版本:N/A|类名:EventTarget
方法 or 属性:addEventListener(
type: string,
listener: EventListener
): void;
废弃版本:9
代替接口:ohos.worker.WorkerEventTarget.addEventListener |@ohos.worker.d.ts|
|废弃版本有变化|类名:EventTarget
方法 or 属性:dispatchEvent(event: Event): boolean;
废弃版本:N/A|类名:EventTarget
方法 or 属性:dispatchEvent(event: Event): boolean;
废弃版本:9
代替接口:ohos.worker.WorkerEventTarget.dispatchEvent |@ohos.worker.d.ts|
|废弃版本有变化|类名:EventTarget
方法 or 属性:removeEventListener(
type: string,
callback?: EventListener
): void;
废弃版本:N/A|类名:EventTarget
方法 or 属性:removeEventListener(
type: string,
callback?: EventListener
): void;
废弃版本:9
代替接口:ohos.worker.WorkerEventTarget.removeEventListener |@ohos.worker.d.ts|
|废弃版本有变化|类名:EventTarget
方法 or 属性:removeAllListener(): void;
废弃版本:N/A|类名:EventTarget
方法 or 属性:removeAllListener(): void;
废弃版本:9
代替接口:ohos.worker.WorkerEventTarget.removeAllListener |@ohos.worker.d.ts|
|废弃版本有变化|类名:WorkerGlobalScope
废弃版本:N/A|类名:WorkerGlobalScope
废弃版本:9
代替接口:ohos.worker.GlobalScope |@ohos.worker.d.ts|
|废弃版本有变化|类名:WorkerGlobalScope
方法 or 属性:readonly name: string;
废弃版本:N/A|类名:WorkerGlobalScope
方法 or 属性:readonly name: string;
废弃版本:9
代替接口:ohos.worker.GlobalScope.name |@ohos.worker.d.ts|
|废弃版本有变化|类名:WorkerGlobalScope
方法 or 属性:onerror?: (ev: ErrorEvent) => void;
废弃版本:N/A|类名:WorkerGlobalScope
方法 or 属性:onerror?: (ev: ErrorEvent) => void;
废弃版本:9
代替接口:ohos.worker.GlobalScope.onerror |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope.onmessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope.onmessageerror |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:close(): void;
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
方法 or 属性:close(): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope.close |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, transfer: Transferable[]): void;
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, transfer: Transferable[]): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;
废弃版本:N/A|类名:DedicatedWorkerGlobalScope
方法 or 属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
废弃版本:N/A|类名:Worker
废弃版本:9
代替接口:ohos.worker.ThreadWorker |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:constructor(scriptURL: string, options?: WorkerOptions);
废弃版本:N/A|类名:Worker
方法 or 属性:constructor(scriptURL: string, options?: WorkerOptions);
废弃版本:9
代替接口:ohos.worker.ThreadWorker.constructor |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:onexit?: (code: number) => void;
废弃版本:N/A|类名:Worker
方法 or 属性:onexit?: (code: number) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.onexit |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
废弃版本:N/A|类名:Worker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.onerror |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:onmessage?: (event: MessageEvent) => void;
废弃版本:N/A|类名:Worker
方法 or 属性:onmessage?: (event: MessageEvent) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.onmessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:onmessageerror?: (event: MessageEvent) => void;
废弃版本:N/A|类名:Worker
方法 or 属性:onmessageerror?: (event: MessageEvent) => void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.onmessageerror |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;
废弃版本:N/A|类名:Worker
方法 or 属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:postMessage(message: Object, options?: PostMessageOptions): void;
废弃版本:N/A|类名:Worker
方法 or 属性:postMessage(message: Object, options?: PostMessageOptions): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:on(type: string, listener: EventListener): void;
废弃版本:N/A|类名:Worker
方法 or 属性:on(type: string, listener: EventListener): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.on |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:once(type: string, listener: EventListener): void;
废弃版本:N/A|类名:Worker
方法 or 属性:once(type: string, listener: EventListener): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.once |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:off(type: string, listener?: EventListener): void;
废弃版本:N/A|类名:Worker
方法 or 属性:off(type: string, listener?: EventListener): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.off |@ohos.worker.d.ts|
|废弃版本有变化|类名:Worker
方法 or 属性:terminate(): void;
废弃版本:N/A|类名:Worker
方法 or 属性:terminate(): void;
废弃版本:9
代替接口:ohos.worker.ThreadWorker.terminate |@ohos.worker.d.ts|
|废弃版本有变化|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
废弃版本:N/A|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
废弃版本:9
代替接口:ohos.worker.workerPort |@ohos.worker.d.ts|
|起始版本有变化|类名:ConvertXML
起始版本:N/A|类名:ConvertXML
起始版本:8|@ohos.convertxml.d.ts|
|起始版本有变化|类名:ChildProcess
起始版本:N/A|类名:ChildProcess
起始版本:7|@ohos.process.d.ts|
|起始版本有变化|类名:URI
起始版本:N/A|类名:URI
起始版本:8|@ohos.uri.d.ts|
|起始版本有变化|类名:URLSearchParams
起始版本:N/A|类名:URLSearchParams
起始版本:7|@ohos.url.d.ts|
|起始版本有变化|类名:URL
起始版本:N/A|类名:URL
起始版本:7|@ohos.url.d.ts|
|起始版本有变化|类名:URL
方法 or 属性:constructor(url: string, base?: string \| URL);
起始版本:N/A|类名:URL
方法 or 属性:constructor(url: string, base?: string \| URL);
起始版本:7|@ohos.url.d.ts|
|起始版本有变化|类名:TextDecoder
起始版本:N/A|类名:TextDecoder
起始版本:7|@ohos.util.d.ts|
|起始版本有变化|类名:TextDecoder
方法 or 属性:constructor(
encoding?: string,
options?: { fatal?: boolean; ignoreBOM?: boolean },
);
起始版本:N/A|类名:TextDecoder
方法 or 属性:constructor(
encoding?: string,
options?: { fatal?: boolean; ignoreBOM?: boolean },
);
起始版本:7|@ohos.util.d.ts|
|起始版本有变化|类名:TextEncoder
起始版本:N/A|类名:TextEncoder
起始版本:7|@ohos.util.d.ts|
|起始版本有变化|类名:RationalNumber
起始版本:N/A|类名:RationalNumber
起始版本:8|@ohos.util.d.ts|
|起始版本有变化|类名:LruBuffer
起始版本:N/A|类名:LruBuffer
起始版本:8|@ohos.util.d.ts|
|起始版本有变化|类名:Scope
起始版本:N/A|类名:Scope
起始版本:8|@ohos.util.d.ts|
|起始版本有变化|类名:Base64
起始版本:N/A|类名:Base64
起始版本:8|@ohos.util.d.ts|
|起始版本有变化|类名:types
起始版本:N/A|类名:types
起始版本:8|@ohos.util.d.ts|
|起始版本有变化|类名:Vector
起始版本:N/A|类名:Vector
起始版本:8|@ohos.util.Vector.d.ts|
|起始版本有变化|类名:Worker
起始版本:N/A|类名:Worker
起始版本:7|@ohos.worker.d.ts|
|起始版本有变化|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
起始版本:N/A|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
起始版本:7|@ohos.worker.d.ts|
|起始版本有变化|类名:XmlSerializer
起始版本:N/A|类名:XmlSerializer
起始版本:8|@ohos.xml.d.ts|
|起始版本有变化|类名:XmlPullParser
起始版本:N/A|类名:XmlPullParser
起始版本:8|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:URI
方法 or 属性:constructor(uri: string);
错误码内容: 401, 10200002|@ohos.uri.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:add(element: T): boolean;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:insert(element: T, index: number): void;
错误码内容: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:has(element: T): boolean;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:getIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:removeByIndex(index: number): T;
错误码内容: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:remove(element: T): boolean;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:getLastIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:removeByRange(fromIndex: number, toIndex: number): void;
错误码内容: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;
错误码内容: 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:subArrayList(fromIndex: number, toIndex: number): ArrayList\;
错误码内容: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:clone(): ArrayList\;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:getCapacity(): number;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:convertToArray(): Array\;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:increaseCapacityTo(newCapacity: number): void;
错误码内容: 10200011, 401|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:trimToCurrentLength(): void;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:ArrayList
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.ArrayList.d.ts|
|新增(错误码)|NA|类名:util
方法 or 属性:function callbackWrapper(original: Function): (err: Object, value: Object) => void;
错误码内容: 401|@ohos.util.d.ts|
|新增(错误码)|NA|类名:RationalNumber
方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber;
错误码内容: 401|@ohos.util.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:insertFront(element: T): void;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:insertEnd(element: T): void;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:has(element: T): boolean;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:getFirst(): T;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:getLast(): T;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:popFirst(): T;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:popLast(): T;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:Deque
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.Deque.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:hasKey(key: K): boolean;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:hasValue(value: V): boolean;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:get(key: K): V;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:setAll(map: HashMap\): void;
错误码内容: 10200011, 401|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:set(key: K, value: V): Object;
错误码内容: 10200011, 401|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:remove(key: K): V;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:keys(): IterableIterator\;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:replace(key: K, newValue: V): boolean;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:entries(): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashMap
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.HashMap.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:has(value: T): boolean;
错误码内容: 10200011, 401|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:add(value: T): boolean;
错误码内容: 10200011, 401|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:remove(value: T): boolean;
错误码内容: 10200011, 401|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:entries(): IterableIterator\<[T, T]>;
错误码内容: 10200011|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:HashSet
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.HashSet.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:hasAll(map: LightWeightMap\): boolean;
错误码内容: 401, 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:hasKey(key: K): boolean;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:hasValue(value: V): boolean;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:increaseCapacityTo(minimumCapacity: number): void;
错误码内容: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:entries(): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:get(key: K): V;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:getIndexOfKey(key: K): number;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:getIndexOfValue(value: V): number;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:getKeyAt(index: number): K;
错误码内容: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:keys(): IterableIterator\;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:setAll(map: LightWeightMap\): void;
错误码内容: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:set(key: K, value: V): Object;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:remove(key: K): V;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:removeAt(index: number): boolean;
错误码内容: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:setValueAt(index: number, newValue: V): boolean;
错误码内容: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:toString(): String;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:getValueAt(index: number): V;
错误码内容: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightMap
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.LightWeightMap.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:add(obj: T): boolean;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:addAll(set: LightWeightSet\): boolean;
错误码内容: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:hasAll(set: LightWeightSet\): boolean;
错误码内容: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:has(key: T): boolean;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:equal(obj: Object): boolean;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:increaseCapacityTo(minimumCapacity: number): void;
错误码内容: 10200011, 401, 10200001|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:getIndexOf(key: T): number;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:remove(key: T): T;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:removeAt(index: number): boolean;
错误码内容: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:toArray(): Array\;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:getValueAt(index: number): T;
错误码内容: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:entries(): IterableIterator\<[T, T]>;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LightWeightSet
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.LightWeightSet.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:add(element: T): boolean;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:insert(index: number, element: T): void;
错误码内容: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:get(index: number): T;
错误码内容: 10200011, 401|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:addFirst(element: T): void;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:removeFirst(): T;
错误码内容: 10200011, 10200010|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:removeLast(): T;
错误码内容: 10200011, 10200010|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:has(element: T): boolean;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:getIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:removeByIndex(index: number): T;
错误码内容: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:remove(element: T): boolean;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:removeFirstFound(element: T): boolean;
错误码内容: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:removeLastFound(element: T): boolean;
错误码内容: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:getLastIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:getFirst(): T;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:getLast(): T;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:set(index: number, element: T): T;
错误码内容: 10200011, 10200001, 401|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:clone(): LinkedList\;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:convertToArray(): Array\;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:LinkedList
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.LinkedList.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:add(element: T): boolean;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:insert(element: T, index: number): void;
错误码内容: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:get(index: number): T;
错误码内容: 10200011, 401|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:has(element: T): boolean;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:getIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:removeByIndex(index: number): T;
错误码内容: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:remove(element: T): boolean;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:getLastIndexOf(element: T): number;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:getFirst(): T;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:getLast(): T;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:set(index: number, element: T): T;
错误码内容: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:equal(obj: Object): boolean;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:sort(comparator: (firstValue: T, secondValue: T) => number): void;
错误码内容: 401, 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:getSubList(fromIndex: number, toIndex: number): List\;
错误码内容: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:convertToArray(): Array\;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:List
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.List.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:add(key: number, value: T): void;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:clone(): PlainArray\;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:has(key: number): boolean;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:get(key: number): T;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:getIndexOfKey(key: number): number;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:getIndexOfValue(value: T): number;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:getKeyAt(index: number): number;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:remove(key: number): T;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:removeAt(index: number): T;
错误码内容: 10200011, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:removeRangeFrom(index: number, size: number): number;
错误码内容: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:setValueAt(index: number, value: T): void;
错误码内容: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:toString(): String;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:getValueAt(index: number): T;
错误码内容: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:PlainArray
方法 or 属性:[Symbol.iterator](): IterableIterator\<[number, T]>;
错误码内容: 10200011|@ohos.util.PlainArray.d.ts|
|新增(错误码)|NA|类名:Queue
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.Queue.d.ts|
|新增(错误码)|NA|类名:Queue
方法 or 属性:add(element: T): boolean;
错误码内容: 10200011|@ohos.util.Queue.d.ts|
|新增(错误码)|NA|类名:Queue
方法 or 属性:getFirst(): T;
错误码内容: 10200011|@ohos.util.Queue.d.ts|
|新增(错误码)|NA|类名:Queue
方法 or 属性:pop(): T;
错误码内容: 10200011|@ohos.util.Queue.d.ts|
|新增(错误码)|NA|类名:Queue
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.Queue.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:constructor();
错误码内容: 10200012|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:peek(): T;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:pop(): T;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:push(item: T): T;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:locate(element: T): number;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:Stack
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.Stack.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:constructor(comparator?: (firstValue: K, secondValue: K) => boolean);
错误码内容: 10200012, 401|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:hasKey(key: K): boolean;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:hasValue(value: V): boolean;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:get(key: K): V;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:getFirstKey(): K;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:getLastKey(): K;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:setAll(map: TreeMap\): void;
错误码内容: 10200011, 401|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:set(key: K, value: V): Object;
错误码内容: 10200011, 401|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:remove(key: K): V;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:getLowerKey(key: K): K;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:getHigherKey(key: K): K;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:keys(): IterableIterator\;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:replace(key: K, newValue: V): boolean;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:entries(): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeMap
方法 or 属性:[Symbol.iterator](): IterableIterator\<[K, V]>;
错误码内容: 10200011|@ohos.util.TreeMap.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:constructor(comparator?: (firstValue: T, secondValue: T) => boolean)
错误码内容: 10200012, 401|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:isEmpty(): boolean;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:has(value: T): boolean;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:add(value: T): boolean;
错误码内容: 401, 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:remove(value: T): boolean;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:clear(): void;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:getFirstValue(): T;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:getLastValue(): T;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:getLowerValue(key: T): T;
错误码内容: 10200011, 401|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:getHigherValue(key: T): T;
错误码内容: 10200011, 401|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:popFirst(): T;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:popLast(): T;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:values(): IterableIterator\;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:entries(): IterableIterator\<[T, T]>;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:TreeSet
方法 or 属性:[Symbol.iterator](): IterableIterator\;
错误码内容: 10200011|@ohos.util.TreeSet.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setAttributes(name: string, value: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:addEmptyElement(name: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:startElement(name: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setNamespace(prefix: string, namespace: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setComment(text: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setCDATA(text: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setText(text: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlSerializer
方法 or 属性:setDocType(text: string): void;
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlPullParser
方法 or 属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);
错误码内容: 401|@ohos.xml.d.ts|
|新增(错误码)|NA|类名:XmlPullParser
方法 or 属性:parse(option: ParseOptions): void;
错误码内容: 401|@ohos.xml.d.ts|
|SysCap有变化|类名:Vector
SysCap:N/A|类名:Vector
SysCap:SystemCapability.Utils.Lang|@ohos.util.Vector.d.ts|
|函数有变化|类名:process
方法 or 属性:function runCmd(command: string,
options?: { timeout : number, killSignal : number \| string, maxBuffer : number }): ChildProcess;
|类名:process
方法 or 属性:function runCmd(command: string,
options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;
|@ohos.process.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: this) => void, thisArg?: Object): void;
|@ohos.url.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;
|@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;
|@ohos.util.ArrayList.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;
|@ohos.util.Deque.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;
|@ohos.util.HashMap.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;
|@ohos.util.HashSet.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;
|@ohos.util.LightWeightMap.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;
|@ohos.util.LightWeightSet.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;
|@ohos.util.LinkedList.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;
|@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;
|@ohos.util.List.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;
|@ohos.util.PlainArray.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;
|@ohos.util.Queue.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;
|@ohos.util.Stack.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;
|@ohos.util.TreeMap.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;
|@ohos.util.TreeSet.d.ts|
|函数有变化|类名:Vector
方法 or 属性:replaceAllElements(callbackfn: (value: T, index?: number, vector?: Vector\) => T,
thisArg?: Object): void;
|类名:Vector
方法 or 属性:replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\) => T,
thisArg?: Object): void;
|@ohos.util.Vector.d.ts|
|函数有变化|类名:Vector
方法 or 属性:forEach(callbackfn: (value: T, index?: number, vector?: Vector\) => void,
thisArg?: Object): void;
|类名:Vector
方法 or 属性:forEach(callbackFn: (value: T, index?: number, vector?: Vector\) => void,
thisArg?: Object): void;
|@ohos.util.Vector.d.ts|