diff --git a/compiler/components/web.json b/compiler/components/web.json index a4fe564..25270ef 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -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" + ] } \ No newline at end of file