From 5e55533ec827dcb30669b6273b2eee614387b622 Mon Sep 17 00:00:00 2001 From: lie Date: Thu, 5 May 2022 16:28:40 +0800 Subject: [PATCH] add webDebuggingAccess attr of web component Signed-off-by: lie Change-Id: I3611c92fac691322149591aea3bcff905746f01d --- compiler/components/web.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index cd76805..10533b7 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -4,9 +4,10 @@ "attrs": [ "password", "cacheMode", "tableData", "wideViewModeAccess", "overviewModeAccess", "textZoomAtio", "databaseAccess", "onRefreshAccessedHistory", "onUrlLoadIntercept", "onSslErrorReceive", "onRenderExited", "onFileSelectorShow", - "onPageEnd", "onPageBegin", "onProgressChange", "onTitleReceive", "onGeolocationHide", "onGeolocationShow", + "onPageEnd", "onPageBegin", "onProgressChange", "onTitleReceive", "onGeolocationHide", "onGeolocationShow", "onRequestSelected", "javaScriptAccess", "fileAccess", "onAlert", "onBeforeUnload", "onlineImageAccess", "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", - "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess" + "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", + "webDebuggingAccess" ] } \ No newline at end of file