0.11.6 • Published 5 years ago

@maximdevoir/event-listener v0.11.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Event Listener

Event Listener handles the adding and removing of events throughout your document. Works with old browsers that use attachEvent and detachEvent (IE 8 and below).

license bundlephobia
minzip npm dependents downloads Coverage Status Known Vulnerabilities

Installation

yarn add @maximdevoir/event-listener

Usage

import eventListener from '@maximdevoir/event-listener'

eventListener.add(window, 'focus', function() { ... })

eventListener.remove(window, 'focus', function() { ... })

Contributing

Cutting a Release

The release workflow will automatically publish to NPM when you publish a release via the GitHub UI

License

MIT

0.11.6

5 years ago

0.11.4

5 years ago

0.11.3

5 years ago

0.11.2

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago