diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 07a6665d64fb9e8b0b7dd96e53a94aa8b1766f5e..eea28fc20f46c8fbe849ac5bcc80950f56388b4a 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -7186,7 +7186,6 @@ declare interface OnOverScrollEvent { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ declare interface JavaScriptProxy { /** @@ -7205,7 +7204,6 @@ declare interface JavaScriptProxy { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ object: object; @@ -7227,7 +7225,6 @@ declare interface JavaScriptProxy { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ name: string; @@ -7249,7 +7246,6 @@ declare interface JavaScriptProxy { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ methodList: Array; @@ -7272,17 +7268,6 @@ declare interface JavaScriptProxy { */ controller: WebController | WebviewController; - /** - * Controller. - * - * @type { WebviewController } - * @syscap SystemCapability.Web.Webview.Core - * @crossplatform - * @since 20 - * @arkts 1.2 - */ - controller: WebviewController; - /** * The async method of the application side JavaScript object participating in the registration. * @@ -7299,7 +7284,6 @@ declare interface JavaScriptProxy { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ asyncMethodList?: Array; @@ -7310,8 +7294,7 @@ declare interface JavaScriptProxy { * @type { ?string } * @syscap SystemCapability.Web.Webview.Core * @atomicservice - * @since arkts {'1.1':'12', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ permission?: string; } @@ -7878,7 +7861,6 @@ declare class WebAttribute extends CommonMethod { * @crossplatform * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ javaScriptProxy(javaScriptProxy: JavaScriptProxy): WebAttribute; diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 63760e7e7bae5c8c69b1e8d71f6f0b5c7e056618..b55554d10632212755594e3a806bc83d930ea5e5 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -5638,7 +5638,8 @@ declare namespace webview { * The WebviewController must be associated with a web component. * @syscap SystemCapability.Web.Webview.Core * @atomicservice - * @since 11 + * @since arkts {'1.1':'11', '1.2':'20'} + * @arkts 1.1&1.2 */ getCertificate(): Promise>; @@ -5661,7 +5662,8 @@ declare namespace webview { * The WebviewController must be associated with a web component. * @syscap SystemCapability.Web.Webview.Core * @atomicservice - * @since 11 + * @since arkts {'1.1':'11', '1.2':'20'} + * @arkts 1.1&1.2 */ getCertificate(callback: AsyncCallback>): void;