Skip to content
@jsPolyfill

JS Polyfills

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

Popular repositories Loading

  1. Array.prototype.find Array.prototype.find Public

    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

    JavaScript 14 3

  2. Array.prototype.findIndex Array.prototype.findIndex Public

    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.

    JavaScript 3 1

  3. Polyfills Polyfills Public

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

    2 1

  4. CustomEvent CustomEvent Public

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

    JavaScript 1 1

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…