feat(console): disable js execution

This commit is contained in:
redhoodsu
2019-10-08 14:30:58 +08:00
parent 88dd36a020
commit 10a5fb3a40
2 changed files with 13 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ Display console logs. Implementation detail follows the [console api spec](https
|Name |Type |Desc |
|-------------------|-------|-------------------------------|
|jsExecution |boolean|Enable JavaScript execution |
|catchGlobalErr |boolean|Catch global errors |
|overrideConsole |boolean|Override console |
|displayExtraInfo |boolean|Display extra information |