JS Polyfills
Popular repositories Loading
-
Array.prototype.find
Array.prototype.find PublicPolyfill 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
Array.prototype.findIndex PublicPolyfill 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.
-
CustomEvent
CustomEvent PublicCustomEvent constructor for IE 9 and higher where is not supported.
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.
jsPolyfill/Array.prototype.findIndex’s past year of commit activity - 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
jsPolyfill/Array.prototype.find’s past year of commit activity