add interface into web

Signed-off-by: liujinwei <hw.liujinwei@huawei.com>
Change-Id: I5619e697fe5278c12a23c5d90353cd4cc63c1f48
This commit is contained in:
liujinwei
2022-02-11 16:27:14 +08:00
parent 49c8a2e65b
commit ca0f5a1a42
+4 -1
View File
@@ -1,5 +1,8 @@
{
"name": "Web",
"atomic": true,
"attrs": ["onPageEnd", "onRequestSelected", "javaScriptAccess", "fileAccess"]
"attrs": [
"onPageEnd", "onRequestSelected", "javaScriptAccess", "fileAccess", "onAlert", "onBeforeUnload",
"onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart"
]
}