rolftimmermans / event-iterator

Convert event emitters and event targets to ES async iterators
90 stars 10 forks source link

Can you make the console.warn somehow optional or only one-time #1

Closed mrx8 closed 5 years ago

mrx8 commented 5 years ago

https://github.com/rolftimmermans/event-iterator/blob/b690261de79d63f6f7bce7ab5e223569fffdb346/lib/event-iterator.js#L22

Since the module can accept raw event-emitters, backpressure can not be respected and the console.warn() will happen quite often.