JS Polyfills (jsPolyfill)

JS Polyfills

jsPolyfill

Geek Repo

Take advantage of latest JS features and give support for older browsers.

Github PK Tool:Github PK Tool

JS Polyfills's repositories

Array.prototype.find

Polyfill for the The find() method. Returns a value in the array, if an element in the array satisfies the provided testing function. Otherwise undefined is returned

Array.prototype.findIndex

Polyfill for the The findIndex() method. returns an index in the array, if an element in the array satisfies the provided testing function. Otherwise -1 is returned.

Language:JavaScriptLicense:MITStargazers:3Issues:2Issues:1

Polyfills

Improve your JS workflow while you still provide support for older browsers.

CustomEvent

CustomEvent constructor for IE 9 and higher where is not supported.

Language:JavaScriptLicense:MITStargazers:1Issues:2Issues:0