An open API service indexing awesome lists of open source software.

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

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.