feat(console): remove useWorker

This commit is contained in:
surunzi
2020-01-02 21:46:45 +08:00
parent dbc0b9d92b
commit f8610749ce
7 changed files with 11 additions and 78 deletions

View File

@@ -19,7 +19,6 @@ Display console logs. Implementation detail follows the [console api spec](https
|displayGetterVal |boolean|Access getter value |
|lazyEvaluation |boolean|Stringify object when clicked |
|displayIfErr |boolean|Auto display if error occurs |
|useWorker |boolean|Use web worker |
|maxLogNum |string |Max log number |
```javascript