| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|@ohos.url.d.ts|
|Added||Method or attribute name: replaceAllElements
Function name: replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList) => T,
thisArg?: Object): void;|@ohos.util.ArrayList.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList) => void,
thisArg?: Object): void;|@ohos.util.ArrayList.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, deque?: Deque) => void,
thisArg?: Object): void;|@ohos.util.Deque.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: V, key?: K, map?: HashMap) => void,
thisArg?: Object): void;|@ohos.util.HashMap.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: T, key?: T, set?: HashSet) => void,
thisArg?: Object): void;|@ohos.util.HashSet.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap) => void,
thisArg?: Object): void;|@ohos.util.LightWeightMap.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet) => void,
thisArg?: Object): void;|@ohos.util.LightWeightSet.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList) => void,
thisArg?: Object): void;|@ohos.util.LinkedList.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, List?: List) => void,
thisArg?: Object): void;|@ohos.util.List.d.ts|
|Added||Method or attribute name: replaceAllElements
Function name: replaceAllElements(callbackFn: (value: T, index?: number, list?: List) => T,
thisArg?: Object): void;|@ohos.util.List.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray) => void,
thisArg?: Object): void;|@ohos.util.PlainArray.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, Queue?: Queue) => void,
thisArg?: Object): void;|@ohos.util.Queue.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, stack?: Stack) => void,
thisArg?: Object): void;|@ohos.util.Stack.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: V, key?: K, map?: TreeMap) => void,
thisArg?: Object): void;|@ohos.util.TreeMap.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value?: T, key?: T, set?: TreeSet) => void,
thisArg?: Object): void;|@ohos.util.TreeSet.d.ts|
|Added||Method or attribute name: replaceAllElements
Function name: replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector) => T,
thisArg?: Object): void;|@ohos.util.Vector.d.ts|
|Added||Method or attribute name: forEach
Function name: forEach(callbackFn: (value: T, index?: number, vector?: Vector) => void,
thisArg?: Object): void;|@ohos.util.Vector.d.ts|
|Added||Module name: ohos.worker
Class name: MessageEvents|@ohos.worker.d.ts|
|Added||Module name: ohos.worker
Class name: MessageEvents
Method or attribute name: data|@ohos.worker.d.ts|
|Added||Method or attribute name: onmessage
Function name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added||Method or attribute name: onmessageerror
Function name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added||Method or attribute name: onmessage
Function name: onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Added||Method or attribute name: onmessageerror
Function name: onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Deprecated version changed|Class name: Vector
Deprecated version: N/A|Class name: Vector
Deprecated version: 9
New API: ohos.util.ArrayList |@ohos.util.Vector.d.ts|
|Deprecated version changed|Class name: Worker
Deprecated version: N/A|Class name: Worker
Deprecated version: 9
New API: ohos.worker.ThreadWorker |@ohos.worker.d.ts|
|Initial version changed|Class name: Vector
Initial version: |Class name: Vector
Initial version: 8|@ohos.util.Vector.d.ts|