Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 707 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 707 Bytes

element-closest-polyfill

npm npm bundle size (minified)

A minimal polyfill for Element.closest() and Element.matches(), using MDN's implementation. Mostly meant for Microsoft IE9+.

Install

$ npm install --save element-closest-polyfill

Usage

Pick your favorite:

require("element-closest-polyfill");
import 'element-closest-polyfill';