Replace EventEmitter with EventTarget
In an effort to depend less on NodeJS and more on well established Web APIs, we could switch over to EventTarget (which is also implemented in node since some years back)
In an effort to depend less on NodeJS and more on well established Web APIs, we could switch over to EventTarget (which is also implemented in node since some years back)