Eeems / PooledWebSocket

MIT License
3 stars 3 forks source link

feat(browser): Extendable actions #22

Closed Eeems closed 7 years ago

Eeems commented 7 years ago

You can now add/remove/modify actions that the pool will take on data coming from the worker. It by default will handle event, property, and release actions.

21