Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanhefner/element.prototype.matches

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.
https://github.com/ryanhefner/element.prototype.matches

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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');`