attachevent

0.0.3 • Public • Published

This repository is no longer maintained.

Greenkeeper badge

attachevent

Polyfil for event handling when addEventListener isn't available

install

With npm do:

npm install attachevent

Usage

With browserify

var attachevent = require('attachevent');
 
attachevent.attachEvent(window, 'load', function load() {
  attachevent.detachEvent(load);
});
 

license

MIT

Package Sidebar

Install

npm i attachevent

Weekly Downloads

5

Version

0.0.3

License

none

Last publish

Collaborators

  • jameskyburz