From a1efcbddffee5d463ef9e19190e6705487ba9e5d Mon Sep 17 00:00:00 2001 From: liyongzhuang Date: Sat, 7 Jun 2025 11:25:26 +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 7c4fe3d231..eef1cfb8e6 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -10169,6 +10169,15 @@ declare interface SslErrorEvent { * @since 12 */ isMainFrame: boolean; + + /** + * Certificate chain data in DER format. + * + * @type { ?Array } + * @syscap SystemCapability.Web.Webview.Core + * @since 21 + */ + certChainData?: Array; } /** -- Gitee