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