audreyt / node-webworker-threads

Lightweight Web Worker API implementation with native threads
https://npmjs.org/package/webworker-threads
Other
2.3k stars 149 forks source link

Implement removeEventListener() #191

Open nathancarter opened 5 years ago

nathancarter commented 5 years ago

As the docs state, removeEventListener() is not yet implemented. Silly me, I proceeded without noticing that at first and got burned. (Good old unit tests found my problem, though.) This is just a request to provide the implementation for that routine when you have time. Thanks.