| 操作 | 旧版本 | 新版本 | 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声明: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跨平台权限变更 | 类名:global; API声明:declare enum MixedMode 差异内容:NA | 类名:global; API声明:declare enum MixedMode 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:All 差异内容:NA | 类名:MixedMode; API声明:All = 0 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:Compatible 差异内容:NA | 类名:MixedMode; API声明:Compatible = 1 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:MixedMode; API声明:None 差异内容:NA | 类名:MixedMode; API声明:None = 2 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum CacheMode 差异内容:NA | 类名:global; API声明:declare enum CacheMode 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Default 差异内容:NA | 类名:CacheMode; API声明:Default = 0 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:None 差异内容:NA | 类名:CacheMode; API声明:None = 1 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Online 差异内容:NA | 类名:CacheMode; API声明:Online = 2 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:CacheMode; API声明:Only 差异内容:NA | 类名:CacheMode; API声明:Only = 3 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class FullScreenExitHandler 差异内容:NA | 类名:global; API声明:declare class FullScreenExitHandler 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenExitHandler; API声明:exitFullScreen(): void; 差异内容:NA | 类名:FullScreenExitHandler; API声明:exitFullScreen(): void; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface FullScreenEnterEvent 差异内容:NA | 类名:global; API声明:declare interface FullScreenEnterEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:handler: FullScreenExitHandler; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:handler: FullScreenExitHandler; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:videoWidth?: number; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:videoWidth?: number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:FullScreenEnterEvent; API声明:videoHeight?: number; 差异内容:NA | 类名:FullScreenEnterEvent; API声明:videoHeight?: number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void; 差异内容:NA | 类名:global; API声明:type OnFullScreenEnterCallback = (event: FullScreenEnterEvent) => void; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:ConsoleMessage; API声明:getSourceId(): string; 差异内容:NA | 类名:ConsoleMessage; API声明:getSourceId(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:ConsoleMessage; API声明:getLineNumber(): number; 差异内容:NA | 类名:ConsoleMessage; API声明:getLineNumber(): number; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:getRequestHeader(): Array<Header>; 差异内容:NA | 类名:WebResourceRequest; API声明:getRequestHeader(): Array<Header>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isRequestGesture(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isRequestGesture(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isMainFrame(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isMainFrame(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:isRedirect(): boolean; 差异内容:NA | 类名:WebResourceRequest; API声明:isRedirect(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceRequest; API声明:getRequestMethod(): string; 差异内容:NA | 类名:WebResourceRequest; API声明:getRequestMethod(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseData(): string; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseData(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseDataEx(): string |number |ArrayBuffer |Resource |undefined; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseDataEx(): string |number |ArrayBuffer |Resource |undefined; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getReasonMessage(): string; 差异内容:NA | 类名:WebResourceResponse; API声明:getReasonMessage(): string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseHeader(): Array<Header>; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseHeader(): Array<Header>; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebResourceResponse; API声明:getResponseIsReady(): boolean; 差异内容:NA | 类名:WebResourceResponse; API声明:getResponseIsReady(): boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface Header 差异内容:NA | 类名:global; API声明:declare interface Header 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:Header; API声明:headerKey: string; 差异内容:NA | 类名:Header; API声明:headerKey: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:Header; API声明:headerValue: string; 差异内容:NA | 类名:Header; API声明:headerValue: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebOptions; API声明:incognitoMode?: boolean; 差异内容:NA | 类名:WebOptions; API声明:incognitoMode?: boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface OnBeforeUnloadEvent 差异内容:NA | 类名:global; API声明:declare interface OnBeforeUnloadEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:url: string; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:url: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:message: string; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:message: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnBeforeUnloadEvent; API声明:result: JsResult; 差异内容:NA | 类名:OnBeforeUnloadEvent; API声明:result: JsResult; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnDownloadStartEvent; API声明:contentDisposition: string; 差异内容:NA | 类名:OnDownloadStartEvent; API声明:contentDisposition: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface OnRefreshAccessedHistoryEvent 差异内容:NA | 类名:global; API声明:declare interface OnRefreshAccessedHistoryEvent 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnRefreshAccessedHistoryEvent; API声明:url: string; 差异内容:NA | 类名:OnRefreshAccessedHistoryEvent; API声明:url: string; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:OnRefreshAccessedHistoryEvent; API声明:isRefreshed: boolean; 差异内容:NA | 类名:OnRefreshAccessedHistoryEvent; API声明:isRefreshed: boolean; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onlineImageAccess(onlineImageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:domStorageAccess(domStorageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:imageAccess(imageAccess: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:imageAccess(imageAccess: boolean): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:mixedMode(mixedMode: MixedMode): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:mixedMode(mixedMode: MixedMode): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:cacheMode(cacheMode: CacheMode): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:cacheMode(cacheMode: CacheMode): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onBeforeUnload(callback: Callback<OnBeforeUnloadEvent, boolean>): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onRefreshAccessedHistory(callback: Callback<OnRefreshAccessedHistoryEvent>): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onFullScreenExit(callback: () => void): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onFullScreenExit(callback: () => void): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:onFullScreenEnter(callback: OnFullScreenEnterCallback): WebAttribute; 差异内容:crossplatform | component/web.d.ts |
| API跨平台权限变更 | 类名:WebAttribute; API声明:blockNetwork(block: boolean): WebAttribute; 差异内容:NA | 类名:WebAttribute; API声明:blockNetwork(block: boolean): WebAttribute; 差异内容:crossplatform | component/web.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 |
| 新增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 | 类名:FileSelectorParam; API声明:getMimeTypes(): Array<string>; 差异内容:getMimeTypes(): Array<string>; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:enableFollowSystemFontWeight(follow: boolean): WebAttribute; 差异内容:enableFollowSystemFontWeight(follow: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:enableWebAVSession(enabled: boolean): WebAttribute; 差异内容:enableWebAVSession(enabled: boolean): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:WebAttribute; API声明:nativeEmbedOptions(options?: EmbedOptions): WebAttribute; 差异内容:nativeEmbedOptions(options?: EmbedOptions): WebAttribute; | component/web.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface EmbedOptions 差异内容:declare interface EmbedOptions | component/web.d.ts |
| 新增API | NA | 类名:EmbedOptions; API声明:supportDefaultIntrinsicSize?: boolean; 差异内容:supportDefaultIntrinsicSize?: boolean; | component/web.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-ArkGraphics3D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit
openharmony 鸿蒙 js-apidiff-ArkData