node-libs-browser
node-libs-browser copied to clipboard
Investigate replacing `gozala/events` module
Currently events is polyfilled with gozala/events. However, it is far behind the latest Node version, and perhaps more concerningly its unit tests are failing and they are not run in a wide array of browsers, so upgrading it is dangerous (though I have a PR in to do so).
Unfortunately it doesn't look like there's other solid isomorphic event implementations which match the Node API, at least none that my Google-fu could find. I would be happy to spend a weekend getting something drafted up if there's interest in updating this; an updated implementation to be tested both in Node via and in browsers via Browserstack or SauceLabs.
Do you have any specific problem with gozala/events? Where is the API not in parity with node.js?
Missing 'features' include:
It also does not include m/any bug fixes or optimizations applied to the events module since the last big import in 2013.
Ok, maybe let's give the maintainer some time