events
events copied to clipboard
Node's event emitter for all engines.
Taking a look at this issue https://github.com/browserify/events/issues/86 it seems like to get this working with more modern build tools we just need to make an es module version. I'm toying...
I am trying to use the `matrix-js-sdk` package in sveltekit and it requires events (but need to run in the browser). Is there a way I can import this module...
As a continuation of #58, I'd like to submit a request to backport `off()` to v2. This is because [browserify does not want to upgrade to v3](https://github.com/browserify/browserify/issues/1907) due to the...
port of https://github.com/nodejs/node/pull/27867
https://github.com/airtap/airtap/releases/tag/v3.0.0
The main purpose of this is to allow using this module out of the box, without any other packaging system, from the browser. While doing so, I also added the...
https://nodejs.org/api/events.html#events_events_on_emitter_eventname Introduced in Node.js 13.6.0, `require('events').on` creates an Async Iterator over all the emits of an event.
I personally don't have time to invest into this project, and I believe so does @defunctzombie If you want to help maintaining this project please let us know. Regards
Hi, our js error tracker is telling us that `Function.prototype.apply` in this line https://github.com/Gozala/events/blob/f6f6a376252519dfc27740b5b7fb7d69fcde44f1/events.js#L28 can be undefined and then calling `call` on it raises an error. It mainly happens on...