garrows / browser-serialport

Robots in the browser. Just like node-serialport but for browser/chrome apps.
MIT License
205 stars 73 forks source link

no removelistener functionality #12

Closed jacobrosenthal closed 9 years ago

jacobrosenthal commented 9 years ago

Added ability to remove listener, by just emptying its entry. Should (can?) We just implement Event in the browser instead of this custom solution? Either way I have this in testing now and will know more soon.

phated commented 9 years ago

I am going to update this to just switch to node's EventEmitter which has all the logic we need

phated commented 9 years ago

Updated