From 78a4c2dcaebb55fb7aaaff646dcd0b02f2bcd6f1 Mon Sep 17 00:00:00 2001 From: jiangkuaixue Date: Wed, 13 Apr 2022 17:19:19 +0800 Subject: [PATCH] fixed 6f855a5 from https://gitee.com/jiangkuaixue/developtools_ace-ets2bundle/pulls/581 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