1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: sourcefile;<br>Method or attribute name: export declare function markModuleCollectable(namespace: Object): void;|global.d.ts|
4|Function changed|Class name: URLSearchParams;<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|Class name: URLSearchParams;<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLSearchParams) => void, thisArg?: Object): void;|@ohos.url.d.ts|
5|Function changed|Class name: URLParams;<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|Class name: URLParams;<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: URLParams) => void, thisArg?: Object): void;|@ohos.url.d.ts|
6