web-audio-api icon indicating copy to clipboard operation
web-audio-api copied to clipboard

Use EventTarget instead EventEmitter

Open chrisguttandin opened this issue 2 years ago • 4 comments

As of recently Node.js supports the same (or similar) EventTarget as the browser. Since the Web Audio spec is also referring to the EventTarget in various places it might be worth considering to replace the current EventEmitter usage.

https://nodejs.org/dist/latest-v16.x/docs/api/events.html#eventtarget-and-event-api

chrisguttandin avatar Feb 08 '22 07:02 chrisguttandin