browserify / events

Node's event emitter for all engines.
MIT License
1.38k stars 173 forks source link

Update #84

Closed OguzhanUmutlu closed 3 years ago

OguzhanUmutlu commented 3 years ago

it should be like that i suppose

lyertia commented 3 years ago

i think its better and its working

OguzhanUmutlu commented 3 years ago

i think its better and its working

yes!

goto-bus-stop commented 3 years ago

Thanks for the PR! The purpose of this package is to provide a full-featured implementation of the builtin node.js events module API that works on as many platforms as possible. So any changes need to match this: https://nodejs.org/api/events.html and work on old browsers that do not have class syntax.

The implementation in this PR is maybe better suited for a separate package that you could release yourself :)

OguzhanUmutlu commented 3 years ago

uh makes sense sorry