From 187b7cdc25a29f70cae55b153b93801cdf1303c2 Mon Sep 17 00:00:00 2001 From: i-am-a-little-bird Date: Thu, 1 Sep 2022 19:43:40 +0800 Subject: [PATCH] add ssl error event Signed-off-by: i-am-a-little-bird --- compiler/components/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index e4b2d8e..a789269 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -9,6 +9,6 @@ "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest", - "onPermissionRequest", "onContextMenuShow", "textZoomRatio", "onScroll", "mediaPlayGestureAccess" + "onPermissionRequest", "onContextMenuShow", "textZoomRatio", "onScroll", "mediaPlayGestureAccess", "onSslErrorEventReceive" ] }