0.11.6 • Published 6 years ago

@maximdevoir/event-listener v0.11.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.11.4

6 years ago

0.11.3

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago