https://github.com/liriliri/eruda-worker
Eruda plugin for displaying web worker status
https://github.com/liriliri/eruda-worker
eruda
Last synced: 5 months ago
JSON representation
Eruda plugin for displaying web worker status
- Host: GitHub
- URL: https://github.com/liriliri/eruda-worker
- Owner: liriliri
- Created: 2018-01-11T08:48:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T12:43:49.000Z (over 7 years ago)
- Last Synced: 2024-11-07T13:40:57.720Z (6 months ago)
- Topics: eruda
- Language: JavaScript
- Size: 65.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eruda-worker
Eruda plugin for xxx.
## Demo
Browse it on your phone:
[http://eruda.liriliri.io/](http://eruda.liriliri.io/)## Install
```bash
npm install eruda-worker --save
``````javascript
eruda.add(erudaWorker);
```Make sure Eruda is loaded before this plugin, otherwise won't work.