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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i attachevent

      Weekly Downloads

      3

      Version

      0.0.3

      License

      none

      Last publish

      Collaborators

      • jameskyburz