nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

replace EventTarget with EventEmitter #13

Closed nickdesaulniers closed 8 years ago

nickdesaulniers commented 8 years ago

this would go against the spec, but I'm not too enthused with other EventTarget implementations in node.js.

reqshark commented 8 years ago

+1

nickdesaulniers commented 8 years ago

as much as I'd like to, this would directly conflict with #6, and I was able to get my patch into an EventTarget implementation that does work.