Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

sergioramos/iseventsupported

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deprecated

iseventsupported

A function for analyzing event support in browsers (using feature detection)

Installation

$ component install ramitos/iseventsupported

API

var evSupported = require('iseventsupported');

evSupported('click'); // => true/false
evSupported('canplay', document.createElement('video')); // => true/false

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published