From 842877ed737cfa57b2f8b6076fd54b39714afd8e Mon Sep 17 00:00:00 2001 From: liyongzhuang Date: Tue, 10 Jun 2025 03:06:50 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 8b1d51beed..2f75575b6d 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -10185,6 +10185,15 @@ declare interface SslErrorEvent { * @since 12 */ isMainFrame: boolean; + + /** + * Certificate chain data in DER format. + * + * @type { ?Array } + * @syscap SystemCapability.Web.Webview.Core + * @since 20 + */ + certChainData?: Array; } /** -- Gitee