操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
删除 | 类名:SecureDnsMode; 方法or属性:Off = 0 |
NA | @ohos.web.webview.d.ts |
删除 | 类名:SecureDnsMode; 方法or属性:Auto = 1 |
NA | @ohos.web.webview.d.ts |
删除 | 类名:SecureDnsMode; 方法or属性:SecureOnly = 2 |
NA | @ohos.web.webview.d.ts |
新增 | NA | 类名:WebviewController; 方法or属性:setCustomUserAgent(userAgent: string): void; |
@ohos.web.webview.d.ts |
新增 | NA | 类名:WebviewController; 方法or属性:getCustomUserAgent(): string; |
@ohos.web.webview.d.ts |
废弃版本有变化 | 类名:WebAttribute; 方法or属性:userAgent(userAgent: string): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:userAgent(userAgent: string): WebAttribute; 新版本信息:10 代替接口: ohos.web.webview.webview.WebviewController#setCustomUserAgent |
web.d.ts |
新增(错误码) | 类名:WebviewController; 方法or属性:hasImage(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:WebviewController; 方法or属性:hasImage(callback: AsyncCallback<boolean>): void; 新版本信息:401,17100001 |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:webview; 方法or属性:declare webview 旧版本信息: |
类名:webview; 方法or属性:declare webview 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebHeader; 方法or属性:interface WebHeader 旧版本信息: |
类名:WebHeader; 方法or属性:interface WebHeader 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebHeader; 方法or属性:headerKey: string; 旧版本信息: |
类名:WebHeader; 方法or属性:headerKey: string; 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebHeader; 方法or属性:headerValue: string; 旧版本信息: |
类名:WebHeader; 方法or属性:headerValue: string; 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebviewController; 方法or属性:class WebviewController 旧版本信息: |
类名:WebviewController; 方法or属性:class WebviewController 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebviewController; 方法or属性:loadUrl(url: string | Resource, headers?: Array<WebHeader>): void; 旧版本信息: |
类名:WebviewController; 方法or属性:loadUrl(url: string | Resource, headers?: Array<WebHeader>): void; 新版本信息:crossplatform |
@ohos.web.webview.d.ts |
跨平台能力有变化 | 类名:WebResourceRequest; 方法or属性:declare class WebResourceRequest 旧版本信息: |
类名:WebResourceRequest; 方法or属性:declare class WebResourceRequest 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceRequest; 方法or属性:constructor(); 旧版本信息: |
类名:WebResourceRequest; 方法or属性:constructor(); 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceError; 方法or属性:constructor(); 旧版本信息: |
类名:WebResourceError; 方法or属性:constructor(); 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceRequest; 方法or属性:getRequestUrl(): string; 旧版本信息: |
类名:WebResourceRequest; 方法or属性:getRequestUrl(): string; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceError; 方法or属性:declare class WebResourceError 旧版本信息: |
类名:WebResourceError; 方法or属性:declare class WebResourceError 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceError; 方法or属性:getErrorInfo(): string; 旧版本信息: |
类名:WebResourceError; 方法or属性:getErrorInfo(): string; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebResourceError; 方法or属性:getErrorCode(): number; 旧版本信息: |
类名:WebResourceError; 方法or属性:getErrorCode(): number; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebOptions; 方法or属性:declare interface WebOptions 旧版本信息: |
类名:WebOptions; 方法or属性:declare interface WebOptions 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebOptions; 方法or属性:src: string | Resource; 旧版本信息: |
类名:WebOptions; 方法or属性:src: string | Resource; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebOptions; 方法or属性:controller: WebController | WebviewController; 旧版本信息: |
类名:WebOptions; 方法or属性:controller: WebController | WebviewController; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebInterface; 方法or属性:interface WebInterface 旧版本信息: |
类名:WebInterface; 方法or属性:interface WebInterface 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebInterface; 方法or属性:(value: WebOptions): WebAttribute; 旧版本信息: |
类名:WebInterface; 方法or属性:(value: WebOptions): WebAttribute; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:declare class WebAttribute 旧版本信息: |
类名:WebAttribute; 方法or属性:declare class WebAttribute 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:javaScriptAccess(javaScriptAccess: boolean): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:javaScriptAccess(javaScriptAccess: boolean): WebAttribute; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:zoomAccess(zoomAccess: boolean): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:zoomAccess(zoomAccess: boolean): WebAttribute; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:onPageEnd(callback: (event?: { /** * The url of page. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ url: string }) => void): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:onPageEnd(callback: (event?: { /** * The url of page. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ url: string }) => void): WebAttribute; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:onPageBegin(callback: (event?: { /** * The url of page. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ url: string }) => void): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:onPageBegin(callback: (event?: { /** * The url of page. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ url: string }) => void): WebAttribute; 新版本信息:crossplatform |
web.d.ts |
跨平台能力有变化 | 类名:WebAttribute; 方法or属性:onErrorReceive(callback: (event?: { / * The url of error event. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ request: WebResourceRequest, / * The information of error event. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ error: WebResourceError }) => void): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:onErrorReceive(callback: (event?: { / * The url of error event. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ request: WebResourceRequest, / * The information of error event. * * @syscap SystemCapability.Web.Webview.Core * @crossplatform * @since 10 */ error: WebResourceError }) => void): WebAttribute; 新版本信息:crossplatform |
web.d.ts |