| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| API跨平台权限变更 | 类名:webview; API声明:interface WebStorageOrigin 差异内容:NA |
类名:webview; API声明:interface WebStorageOrigin 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorageOrigin; API声明:origin: string; 差异内容:NA |
类名:WebStorageOrigin; API声明:origin: string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorageOrigin; API声明:usage: number; 差异内容:NA |
类名:WebStorageOrigin; API声明:usage: number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorageOrigin; API声明:quota: number; 差异内容:NA |
类名:WebStorageOrigin; API声明:quota: number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class WebStorage 差异内容:NA |
类名:webview; API声明:class WebStorage 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static deleteAllData(incognito?: boolean): void; 差异内容:NA |
类名:WebStorage; API声明:static deleteAllData(incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static deleteOrigin(origin: string): void; 差异内容:NA |
类名:WebStorage; API声明:static deleteOrigin(origin: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOrigins(): Promise<Array<WebStorageOrigin>>; 差异内容:NA |
类名:WebStorage; API声明:static getOrigins(): Promise<Array<WebStorageOrigin>>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void; 差异内容:NA |
类名:WebStorage; API声明:static getOrigins(callback: AsyncCallback<Array<WebStorageOrigin>>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOriginQuota(origin: string): Promise<number>; 差异内容:NA |
类名:WebStorage; API声明:static getOriginQuota(origin: string): Promise<number>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:WebStorage; API声明:static getOriginQuota(origin: string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOriginUsage(origin: string): Promise<number>; 差异内容:NA |
类名:WebStorage; API声明:static getOriginUsage(origin: string): Promise<number>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebStorage; API声明:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void; 差异内容:NA |
类名:WebStorage; API声明:static getOriginUsage(origin: string, callback: AsyncCallback<number>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class GeolocationPermissions 差异内容:NA |
类名:webview; API声明:class GeolocationPermissions 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static allowGeolocation(origin: string, incognito?: boolean): void; 差异内容:NA |
类名:GeolocationPermissions; API声明:static allowGeolocation(origin: string, incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static deleteGeolocation(origin: string, incognito?: boolean): void; 差异内容:NA |
类名:GeolocationPermissions; API声明:static deleteGeolocation(origin: string, incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static deleteAllGeolocation(incognito?: boolean): void; 差异内容:NA |
类名:GeolocationPermissions; API声明:static deleteAllGeolocation(incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>; 差异内容:NA |
类名:GeolocationPermissions; API声明:static getAccessibleGeolocation(origin: string, incognito?: boolean): Promise<boolean>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void; 差异内容:NA |
类名:GeolocationPermissions; API声明:static getAccessibleGeolocation(origin: string, callback: AsyncCallback<boolean>, incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>; 差异内容:NA |
类名:GeolocationPermissions; API声明:static getStoredGeolocation(incognito?: boolean): Promise<Array<string>>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:GeolocationPermissions; API声明:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void; 差异内容:NA |
类名:GeolocationPermissions; API声明:static getStoredGeolocation(callback: AsyncCallback<Array<string>>, incognito?: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebCookieManager; API声明:static existCookie(incognito?: boolean): boolean; 差异内容:NA |
类名:WebCookieManager; API声明:static existCookie(incognito?: boolean): boolean; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebCookieManager; API声明:static clearSessionCookie(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:WebCookieManager; API声明:static clearSessionCookie(callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:enum WebMessageType 差异内容:NA |
类名:webview; API声明:enum WebMessageType 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageType; API声明:STRING 差异内容:NA |
类名:WebMessageType; API声明:STRING 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageType; API声明:NUMBER 差异内容:NA |
类名:WebMessageType; API声明:NUMBER 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageType; API声明:BOOLEAN 差异内容:NA |
类名:WebMessageType; API声明:BOOLEAN 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageType; API声明:ARRAY 差异内容:NA |
类名:WebMessageType; API声明:ARRAY 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageType; API声明:ERROR 差异内容:NA |
类名:WebMessageType; API声明:ERROR 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class WebMessageExt 差异内容:NA |
类名:webview; API声明:class WebMessageExt 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getType(): WebMessageType; 差异内容:NA |
类名:WebMessageExt; API声明:getType(): WebMessageType; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getString(): string; 差异内容:NA |
类名:WebMessageExt; API声明:getString(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getNumber(): number; 差异内容:NA |
类名:WebMessageExt; API声明:getNumber(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getBoolean(): boolean; 差异内容:NA |
类名:WebMessageExt; API声明:getBoolean(): boolean; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getArray(): Array<string | number | boolean>; 差异内容:NA |
类名:WebMessageExt; API声明:getArray(): Array<string | number | boolean>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:getError(): Error; 差异内容:NA |
类名:WebMessageExt; API声明:getError(): Error; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setType(type: WebMessageType): void; 差异内容:NA |
类名:WebMessageExt; API声明:setType(type: WebMessageType): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setString(message: string): void; 差异内容:NA |
类名:WebMessageExt; API声明:setString(message: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setNumber(message: number): void; 差异内容:NA |
类名:WebMessageExt; API声明:setNumber(message: number): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setBoolean(message: boolean): void; 差异内容:NA |
类名:WebMessageExt; API声明:setBoolean(message: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setArray(message: Array<string | number | boolean>): void; 差异内容:NA |
类名:WebMessageExt; API声明:setArray(message: Array<string | number | boolean>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessageExt; API声明:setError(message: Error): void; 差异内容:NA |
类名:WebMessageExt; API声明:setError(message: Error): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessagePort; API声明:postMessageEventExt(message: WebMessageExt): void; 差异内容:NA |
类名:WebMessagePort; API声明:postMessageEventExt(message: WebMessageExt): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebMessagePort; API声明:onMessageEventExt(callback: (result: WebMessageExt) => void): void; 差异内容:NA |
类名:WebMessagePort; API声明:onMessageEventExt(callback: (result: WebMessageExt) => void): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:enum JsMessageType 差异内容:NA |
类名:webview; API声明:enum JsMessageType 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageType; API声明:STRING 差异内容:NA |
类名:JsMessageType; API声明:STRING 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageType; API声明:NUMBER 差异内容:NA |
类名:JsMessageType; API声明:NUMBER 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageType; API声明:BOOLEAN 差异内容:NA |
类名:JsMessageType; API声明:BOOLEAN 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageType; API声明:ARRAY 差异内容:NA |
类名:JsMessageType; API声明:ARRAY 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class JsMessageExt 差异内容:NA |
类名:webview; API声明:class JsMessageExt 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageExt; API声明:getType(): JsMessageType; 差异内容:NA |
类名:JsMessageExt; API声明:getType(): JsMessageType; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageExt; API声明:getString(): string; 差异内容:NA |
类名:JsMessageExt; API声明:getString(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageExt; API声明:getNumber(): number; 差异内容:NA |
类名:JsMessageExt; API声明:getNumber(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageExt; API声明:getBoolean(): boolean; 差异内容:NA |
类名:JsMessageExt; API声明:getBoolean(): boolean; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:JsMessageExt; API声明:getArray(): Array<string | number | boolean>; 差异内容:NA |
类名:JsMessageExt; API声明:getArray(): Array<string | number | boolean>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void; 差异内容:NA |
类名:WebviewController; API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:zoomIn(): void; 差异内容:NA |
类名:WebviewController; API声明:zoomIn(): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:zoomOut(): void; 差异内容:NA |
类名:WebviewController; API声明:zoomOut(): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:getWebId(): number; 差异内容:NA |
类名:WebviewController; API声明:getWebId(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>, asyncMethodList?: Array<string>, permission?: string): void; 差异内容:NA |
类名:WebviewController; API声明:registerJavaScriptProxy(object: object, name: string, methodList: Array<string>, asyncMethodList?: Array<string>, permission?: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:deleteJavaScriptRegister(name: string): void; 差异内容:NA |
类名:WebviewController; API声明:deleteJavaScriptRegister(name: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:runJavaScriptExt(script: string | ArrayBuffer): Promise<JsMessageExt>; 差异内容:NA |
类名:WebviewController; API声明:runJavaScriptExt(script: string | ArrayBuffer): Promise<JsMessageExt>; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:runJavaScriptExt(script: string | ArrayBuffer, callback: AsyncCallback<JsMessageExt>): void; 差异内容:NA |
类名:WebviewController; API声明:runJavaScriptExt(script: string | ArrayBuffer, callback: AsyncCallback<JsMessageExt>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:pageUp(top: boolean): void; 差异内容:NA |
类名:WebviewController; API声明:pageUp(top: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:pageDown(bottom: boolean): void; 差异内容:NA |
类名:WebviewController; API声明:pageDown(bottom: boolean): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:getOriginalUrl(): string; 差异内容:NA |
类名:WebviewController; API声明:getOriginalUrl(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:setDownloadDelegate(delegate: WebDownloadDelegate): void; 差异内容:NA |
类名:WebviewController; API声明:setDownloadDelegate(delegate: WebDownloadDelegate): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:startDownload(url: string): void; 差异内容:NA |
类名:WebviewController; API声明:startDownload(url: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebviewController; API声明:postUrl(url: string, postData: ArrayBuffer): void; 差异内容:NA |
类名:WebviewController; API声明:postUrl(url: string, postData: ArrayBuffer): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:enum WebDownloadState 差异内容:NA |
类名:webview; API声明:enum WebDownloadState 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:IN_PROGRESS = 0 差异内容:NA |
类名:WebDownloadState; API声明:IN_PROGRESS = 0 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:COMPLETED 差异内容:NA |
类名:WebDownloadState; API声明:COMPLETED 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:CANCELED 差异内容:NA |
类名:WebDownloadState; API声明:CANCELED 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:INTERRUPTED 差异内容:NA |
类名:WebDownloadState; API声明:INTERRUPTED 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:PENDING 差异内容:NA |
类名:WebDownloadState; API声明:PENDING 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:PAUSED 差异内容:NA |
类名:WebDownloadState; API声明:PAUSED 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadState; API声明:UNKNOWN 差异内容:NA |
类名:WebDownloadState; API声明:UNKNOWN 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:enum WebDownloadErrorCode 差异内容:NA |
类名:webview; API声明:enum WebDownloadErrorCode 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadErrorCode; API声明:USER_CANCELED = 40 差异内容:NA |
类名:WebDownloadErrorCode; API声明:USER_CANCELED = 40 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class WebDownloadItem 差异内容:NA |
类名:webview; API声明:class WebDownloadItem 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getGuid(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getGuid(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getCurrentSpeed(): number; 差异内容:NA |
类名:WebDownloadItem; API声明:getCurrentSpeed(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getPercentComplete(): number; 差异内容:NA |
类名:WebDownloadItem; API声明:getPercentComplete(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getTotalBytes(): number; 差异内容:NA |
类名:WebDownloadItem; API声明:getTotalBytes(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getState(): WebDownloadState; 差异内容:NA |
类名:WebDownloadItem; API声明:getState(): WebDownloadState; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getLastErrorCode(): WebDownloadErrorCode; 差异内容:NA |
类名:WebDownloadItem; API声明:getLastErrorCode(): WebDownloadErrorCode; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getMethod(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getMethod(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getMimeType(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getMimeType(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getUrl(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getUrl(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getSuggestedFileName(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getSuggestedFileName(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:start(downloadPath: string): void; 差异内容:NA |
类名:WebDownloadItem; API声明:start(downloadPath: string): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:cancel(): void; 差异内容:NA |
类名:WebDownloadItem; API声明:cancel(): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:pause(): void; 差异内容:NA |
类名:WebDownloadItem; API声明:pause(): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:resume(): void; 差异内容:NA |
类名:WebDownloadItem; API声明:resume(): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getReceivedBytes(): number; 差异内容:NA |
类名:WebDownloadItem; API声明:getReceivedBytes(): number; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadItem; API声明:getFullPath(): string; 差异内容:NA |
类名:WebDownloadItem; API声明:getFullPath(): string; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class WebDownloadDelegate 差异内容:NA |
类名:webview; API声明:class WebDownloadDelegate 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadDelegate; API声明:onBeforeDownload(callback: Callback<WebDownloadItem>): void; 差异内容:NA |
类名:WebDownloadDelegate; API声明:onBeforeDownload(callback: Callback<WebDownloadItem>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadDelegate; API声明:onDownloadUpdated(callback: Callback<WebDownloadItem>): void; 差异内容:NA |
类名:WebDownloadDelegate; API声明:onDownloadUpdated(callback: Callback<WebDownloadItem>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadDelegate; API声明:onDownloadFinish(callback: Callback<WebDownloadItem>): void; 差异内容:NA |
类名:WebDownloadDelegate; API声明:onDownloadFinish(callback: Callback<WebDownloadItem>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadDelegate; API声明:onDownloadFailed(callback: Callback<WebDownloadItem>): void; 差异内容:NA |
类名:WebDownloadDelegate; API声明:onDownloadFailed(callback: Callback<WebDownloadItem>): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:webview; API声明:class WebDownloadManager 差异内容:NA |
类名:webview; API声明:class WebDownloadManager 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API跨平台权限变更 | 类名:WebDownloadManager; API声明:static setDownloadDelegate(delegate: WebDownloadDelegate): void; 差异内容:NA |
类名:WebDownloadManager; API声明:static setDownloadDelegate(delegate: WebDownloadDelegate): void; 差异内容:crossplatform |
api/@ohos.web.webview.d.ts |
| API废弃版本变更 | 类名:WebviewController; API声明:getHitTest(): WebHitTestType; 差异内容:NA |
类名:WebviewController; API声明:getHitTest(): WebHitTestType; 差异内容:18 |
api/@ohos.web.webview.d.ts |
| API废弃版本变更 | 类名:WebviewController; API声明:getHitTestValue(): HitTestValue; 差异内容:NA |
类名:WebviewController; API声明:getHitTestValue(): HitTestValue; 差异内容:18 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:enableIntelligentTrackingPrevention(enable: boolean): void; 差异内容:NA |
类名:WebviewController; API声明:enableIntelligentTrackingPrevention(enable: boolean): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:isIntelligentTrackingPreventionEnabled(): boolean; 差异内容:NA |
类名:WebviewController; API声明:isIntelligentTrackingPreventionEnabled(): boolean; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void; 差异内容:NA |
类名:WebviewController; API声明:static addIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void; 差异内容:NA |
类名:WebviewController; API声明:static removeIntelligentTrackingPreventionBypassingList(hostList: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:static clearIntelligentTrackingPreventionBypassingList(): void; 差异内容:NA |
类名:WebviewController; API声明:static clearIntelligentTrackingPreventionBypassingList(): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:enableAdsBlock(enable: boolean): void; 差异内容:NA |
类名:WebviewController; API声明:enableAdsBlock(enable: boolean): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:isAdsBlockEnabled(): boolean; 差异内容:NA |
类名:WebviewController; API声明:isAdsBlockEnabled(): boolean; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:WebviewController; API声明:isAdsBlockEnabledForCurPage(): boolean; 差异内容:NA |
类名:WebviewController; API声明:isAdsBlockEnabledForCurPage(): boolean; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static setAdsBlockRules(rulesFile: string, replace: boolean): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static setAdsBlockRules(rulesFile: string, replace: boolean): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static addAdsBlockDisallowedList(domainSuffixes: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static addAdsBlockAllowedList(domainSuffixes: Array<string>): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static addAdsBlockAllowedList(domainSuffixes: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static removeAdsBlockDisallowedList(domainSuffixes: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static removeAdsBlockAllowedList(domainSuffixes: Array<string>): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static clearAdsBlockDisallowedList(): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static clearAdsBlockDisallowedList(): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 新增错误码 | 类名:AdsBlockManager; API声明:static clearAdsBlockAllowedList(): void; 差异内容:NA |
类名:AdsBlockManager; API声明:static clearAdsBlockAllowedList(): void; 差异内容:801 |
api/@ohos.web.webview.d.ts |
| 错误码变更 | 类名:WebviewController; API声明:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void; 差异内容:171000013,17100002 |
类名:WebviewController; API声明:static prepareForPageLoad(url: string, preconnectable: boolean, numSockets: number): void; 差异内容:17100002,17100013 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:enum ArkWebEngineVersion 差异内容:enum ArkWebEngineVersion |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ArkWebEngineVersion; API声明:SYSTEM_DEFAULT = 0 差异内容:SYSTEM_DEFAULT = 0 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ArkWebEngineVersion; API声明:M114 = 1 差异内容:M114 = 1 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ArkWebEngineVersion; API声明:M132 = 2 差异内容:M132 = 2 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebCookieManager; API声明:static saveCookieSync(): void; 差异内容:static saveCookieSync(): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:enum ControllerAttachState 差异内容:enum ControllerAttachState |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ControllerAttachState; API声明:UNATTACHED = 0 差异内容:UNATTACHED = 0 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ControllerAttachState; API声明:ATTACHED = 1 差异内容:ATTACHED = 1 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:enum WebBlanklessErrorCode 差异内容:enum WebBlanklessErrorCode |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:SUCCESS = 0 差异内容:SUCCESS = 0 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:ERR_UNKNOWN = -1 差异内容:ERR_UNKNOWN = -1 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:ERR_INVALID_PARAM = -2 差异内容:ERR_INVALID_PARAM = -2 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:ERR_CONTROLLER_NOT_INITED = -3 差异内容:ERR_CONTROLLER_NOT_INITED = -3 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:ERR_KEY_NOT_MATCH = -4 差异内容:ERR_KEY_NOT_MATCH = -4 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebBlanklessErrorCode; API声明:ERR_SIGNIFICANT_CHANGE = -5 差异内容:ERR_SIGNIFICANT_CHANGE = -5 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:interface BlanklessInfo 差异内容:interface BlanklessInfo |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:BlanklessInfo; API声明:errCode: WebBlanklessErrorCode; 差异内容:errCode: WebBlanklessErrorCode; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:BlanklessInfo; API声明:similarity: number; 差异内容:similarity: number; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:BlanklessInfo; API声明:loadingTime: number; 差异内容:loadingTime: number; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static setActiveWebEngineVersion(engineVersion: ArkWebEngineVersion): void; 差异内容:static setActiveWebEngineVersion(engineVersion: ArkWebEngineVersion): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static getActiveWebEngineVersion(): ArkWebEngineVersion; 差异内容:static getActiveWebEngineVersion(): ArkWebEngineVersion; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static removeAllCache(clearRom: boolean): void; 差异内容:static removeAllCache(clearRom: boolean): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getLastHitTest(): HitTestValue; 差异内容:getLastHitTest(): HitTestValue; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getPageOffset(): ScrollOffset; 差异内容:getPageOffset(): ScrollOffset; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static setAppCustomUserAgent(userAgent: string): void; 差异内容:static setAppCustomUserAgent(userAgent: string): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static setUserAgentForHosts(userAgent: string, hosts: Array<string>): void; 差异内容:static setUserAgentForHosts(userAgent: string, hosts: Array<string>): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getAttachState(): ControllerAttachState; 差异内容:getAttachState(): ControllerAttachState; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:on(type: 'controllerAttachStateChange', callback: Callback<ControllerAttachState>): void; 差异内容:on(type: 'controllerAttachStateChange', callback: Callback<ControllerAttachState>): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:off(type: 'controllerAttachStateChange', callback?: Callback<ControllerAttachState>): void; 差异内容:off(type: 'controllerAttachStateChange', callback?: Callback<ControllerAttachState>): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:waitForAttached(timeout: number): Promise<ControllerAttachState>; 差异内容:waitForAttached(timeout: number): Promise<ControllerAttachState>; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getProgress(): number; 差异内容:getProgress(): number; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:avoidVisibleViewportBottom(avoidHeight: number): void; 差异内容:avoidVisibleViewportBottom(avoidHeight: number): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getBlanklessInfoWithKey(key: string): BlanklessInfo; 差异内容:getBlanklessInfoWithKey(key: string): BlanklessInfo; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:setBlanklessLoadingWithKey(key: string, is_start: boolean): WebBlanklessErrorCode; 差异内容:setBlanklessLoadingWithKey(key: string, is_start: boolean): WebBlanklessErrorCode; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static clearBlanklessLoadingCache(keys?: Array<string>): void; 差异内容:static clearBlanklessLoadingCache(keys?: Array<string>): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static setBlanklessLoadingCacheCapacity(capacity: number): number; 差异内容:static setBlanklessLoadingCacheCapacity(capacity: number): number; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:getErrorPageEnabled(): boolean; 差异内容:getErrorPageEnabled(): boolean; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:setErrorPageEnabled(enable: boolean): void; 差异内容:setErrorPageEnabled(enable: boolean): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static enablePrivateNetworkAccess(enable: boolean): void; 差异内容:static enablePrivateNetworkAccess(enable: boolean): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static isPrivateNetworkAccessEnabled(): boolean; 差异内容:static isPrivateNetworkAccessEnabled(): boolean; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebviewController; API声明:static setWebDestroyMode(mode: WebDestroyMode): void; 差异内容:static setWebDestroyMode(mode: WebDestroyMode): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:enum ProxySchemeFilter 差异内容:enum ProxySchemeFilter |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxySchemeFilter; API声明:MATCH_ALL_SCHEMES = 0 差异内容:MATCH_ALL_SCHEMES = 0 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxySchemeFilter; API声明:MATCH_HTTP = 1 差异内容:MATCH_HTTP = 1 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxySchemeFilter; API声明:MATCH_HTTPS = 2 差异内容:MATCH_HTTPS = 2 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:class ProxyConfig 差异内容:class ProxyConfig |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:insertBypassRule(bypassRule: string): void; 差异内容:insertBypassRule(bypassRule: string): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:insertDirectRule(schemeFilter?: ProxySchemeFilter): void; 差异内容:insertDirectRule(schemeFilter?: ProxySchemeFilter): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:insertProxyRule(proxyRule: string, schemeFilter?: ProxySchemeFilter): void; 差异内容:insertProxyRule(proxyRule: string, schemeFilter?: ProxySchemeFilter): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:bypassHostnamesWithoutPeriod(): void; 差异内容:bypassHostnamesWithoutPeriod(): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:clearImplicitRules(): void; 差异内容:clearImplicitRules(): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:enableReverseBypass(reverse: boolean): void; 差异内容:enableReverseBypass(reverse: boolean): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:getBypassRules(): Array<string>; 差异内容:getBypassRules(): Array<string>; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:getProxyRules(): Array<ProxyRule>; 差异内容:getProxyRules(): Array<ProxyRule>; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyConfig; API声明:isReverseBypassEnabled(): boolean; 差异内容:isReverseBypassEnabled(): boolean; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:class ProxyRule 差异内容:class ProxyRule |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyRule; API声明:getSchemeFilter(): ProxySchemeFilter; 差异内容:getSchemeFilter(): ProxySchemeFilter; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyRule; API声明:getUrl(): string; 差异内容:getUrl(): string; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:type OnProxyConfigChangeCallback = () => void; 差异内容:type OnProxyConfigChangeCallback = () => void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:class ProxyController 差异内容:class ProxyController |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyController; API声明:static applyProxyOverride(proxyConfig: ProxyConfig, callback: OnProxyConfigChangeCallback): void; 差异内容:static applyProxyOverride(proxyConfig: ProxyConfig, callback: OnProxyConfigChangeCallback): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:ProxyController; API声明:static removeProxyOverride(callback: OnProxyConfigChangeCallback): void; 差异内容:static removeProxyOverride(callback: OnProxyConfigChangeCallback): void; |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:webview; API声明:enum WebDestroyMode 差异内容:enum WebDestroyMode |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebDestroyMode; API声明:NORMAL_MODE = 0 差异内容:NORMAL_MODE = 0 |
api/@ohos.web.webview.d.ts |
| 新增API | NA | 类名:WebDestroyMode; API声明:FAST_MODE = 1 差异内容:FAST_MODE = 1 |
api/@ohos.web.webview.d.ts |
| 类新增同名方法且参数类型与已有的参数类型范围是包含关系 | 类名:WebviewController; API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean): void; 差异内容:static setWebDebuggingAccess(webDebuggingAccess: boolean): void; |
类名:WebviewController; API声明:static setWebDebuggingAccess(webDebuggingAccess: boolean, port: number): void; 差异内容:static setWebDebuggingAccess(webDebuggingAccess: boolean, port: number): void; |
api/@ohos.web.webview.d.ts |
| 类新增同名方法且参数类型与已有的参数类型范围是包含关系 | 类名:WebResourceHandler; API声明:didFail(code: WebNetErrorList): void; 差异内容:didFail(code: WebNetErrorList): void; |
类名:WebResourceHandler; API声明:didFail(code: WebNetErrorList, completeIfNoResponse: boolean): void; 差异内容:didFail(code: WebNetErrorList, completeIfNoResponse: boolean): void; |
api/@ohos.web.webview.d.ts |