0.1.1 • Published 8 years ago

element.prototype.matches v0.1.1

Weekly downloads
263
License
MIT
Repository
github
Last release
8 years ago

Element.prototype.matches - polyfill

A simple polyfill that consolidates the various vendor specific implementation of Element.prorotype.matches so that it can be used in it’s standardized format.

Install

npm install Element.prototype.matches

Usage

import 'element.prototype.matches';

require('element.prototype.matches');