perf(console): asynchronize log render

This commit is contained in:
redhoodsu
2019-10-26 12:29:17 +08:00
parent e63387bdb8
commit 119fdf6ef8
4 changed files with 25 additions and 2 deletions

View File

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