Skip to content
@jsPolyfill

JS Polyfills

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

Popular repositories

  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
  • 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 MIT 1 0 0 Updated Apr 26, 2023
  • 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 1 Updated Mar 16, 2018
  • CustomEvent Public

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

    JavaScript 1 MIT 1 0 1 Updated Oct 30, 2017
  • Polyfills Public

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

    2 MIT 1 5 0 Updated Mar 19, 2017

Top languages

Loading…

Most used topics

Loading…