Files
developtools_ace-ets2bundle/compiler/components/web.json
T
lie 5e55533ec8 add webDebuggingAccess attr of web component
Signed-off-by: lie <lvjunmao@huawei.com>
Change-Id: I3611c92fac691322149591aea3bcff905746f01d
2022-05-05 16:28:40 +08:00

13 lines
765 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",
"webDebuggingAccess"
]
}