From a001c115c7c53a92107803728da5bfd36c1c5130 Mon Sep 17 00:00:00 2001 From: lijiancheng21 Date: Wed, 3 Sep 2025 15:57:02 +0800 Subject: [PATCH] =?UTF-8?q?Arkts=20interface=E6=8E=A5=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijiancheng21 --- api/@ohos.web.webview.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 8e462de798..12bd64b693 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -5669,7 +5669,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>; @@ -5692,7 +5693,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; -- Gitee