From 4f0f85adee92f02c43cf24100a25beee2842fe5a Mon Sep 17 00:00:00 2001 From: xiongjun_gitee Date: Wed, 27 Jul 2022 14:25:38 +0800 Subject: [PATCH] add onPermissionRequest to web.json Signed-off-by: xiongjun_gitee --- compiler/components/web.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index 01e2dca..8af243a 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -8,6 +8,7 @@ "onRequestSelected", "javaScriptAccess", "fileAccess", "onAlert", "onBeforeUnload", "onlineImageAccess", "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", - "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest" + "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest", + "onPermissionRequest" ] }