
Implements the `{{on eventName this.someAction}}` element modifier from https://github.com/emberjs/rfcs/blob/master/text/0471-on-modifier.md
The ember-on-modifier is an essential tool for developers working with Ember.js, particularly when it comes to managing event listeners in a more efficient and clean manner. Specified by RFC #471, this polyfill enhances the usage of the {{on}} element modifier, allowing for improved event handling in the Ember environment. It's specifically designed for those using ember-source version 3.11 or higher, having been tested against previous versions to ensure compatibility.
This modifier not only simplifies event listener management but also provides features such as automatic teardown of listeners when components are torn down and re-registration based on parameter changes. This makes it an invaluable addition to any Ember application, significantly improving both performance and ease of use for developers.
once, capture, and passive.
Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.