From 6f855a5a3a55b0056c1ab3e6b567956a43e79f72 Mon Sep 17 00:00:00 2001 From: jiangkuaixue Date: Wed, 13 Apr 2022 17:19:19 +0800 Subject: [PATCH] add web attribute fileURLaccess Signed-off-by: jiangkuaixue --- 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 be881ee..cd76805 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -7,6 +7,6 @@ "onPageEnd", "onPageBegin", "onProgressChange", "onTitleReceive", "onGeolocationHide", "onGeolocationShow", "onRequestSelected", "javaScriptAccess", "fileAccess", "onAlert", "onBeforeUnload", "onlineImageAccess", "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", - "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart" + "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess" ] } \ No newline at end of file