From 9101bc6540e62e7d2261b27f6f3ae8914e14ca35 Mon Sep 17 00:00:00 2001 From: liyongzhuang Date: Wed, 25 Jun 2025 02:18:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9BHTTPS=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=A0=A1=E9=AA=8C=E6=8E=A5=E5=8F=A3=E8=83=BD?= =?UTF-8?q?=E5=8A=9B-=E5=8C=85=E6=8B=AC=E5=AD=90=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyongzhuang --- api/@internal/component/ets/web.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index e7a386923b..c810c7c410 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -10278,6 +10278,16 @@ declare interface SslErrorEvent { * @since 12 */ isMainFrame: boolean; + + /** + * Certificate chain data in DER format. + * + * @type { ?Array } + * @syscap SystemCapability.Web.Webview.Core + * @since 20 + * @arkts 1.1&1.2 + */ + certChainData?: Array; } /** -- Gitee