Files
developtools_ace-ets2bundle/compiler/components/web.json
T
houhaoyu 46d97dfb45 houhaoyu@huawei.com
sync code from master

Signed-off-by: houhaoyu <houhaoyu@huawei.com>
Change-Id: Ie8b3db8f3b1b617cf37496c48add5bc8a88aa616
2022-05-16 22:05:40 +08:00

12 lines
739 B
JSON

{
"name": "Web",
"atomic": true,
"attrs": [
"password", "cacheMode", "tableData", "wideViewModeAccess", "overviewModeAccess", "textZoomAtio", "databaseAccess",
"onRefreshAccessedHistory", "onUrlLoadIntercept", "onSslErrorReceive", "onRenderExited", "onFileSelectorShow",
"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"
]
}