ionic-team / rollup-plugin-node-polyfills

MIT License
139 stars 59 forks source link

Add `off` method for `events` polyfill #41

Open pierrefourgeaud opened 2 years ago

pierrefourgeaud commented 2 years ago

As in https://nodejs.org/api/events.html#emitteroffeventname-listener, add support for the off method to have a better/more complete support of the events module.

doubaozia commented 1 year ago

When will this be merged, pls? I need this off method to fix some issues in my project.