Array.prototype.findIndex
Array finder
Polyfills ES6 Array.prototype.findIndex for older environments
Simple ES6 Array.prototype.findIndex polyfill for older environments.
28 stars
6 watching
8 forks
Language: JavaScript
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| Fills ES6 Array.prototype.find method in older environments | 38 |
| A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
| Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
| A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
| Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 143 |
| A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments. | 35 |
| A polyfill shim for the String.prototype.replaceAll method to ensure compatibility with ESnext proposal in older JavaScript environments. | 36 |
| Adds support for the forEach function to older browsers | 8 |
| Provides a shim for the Array.prototype.flatMap method to work in older JavaScript environments. | 32 |
| Fills in missing JavaScript API functionality for Web Monetization on existing websites | 2 |
| A polyfill for the ES6 String.prototype.codePointAt method to support older browsers and environments | 54 |
| A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
| A collection of individual modules that fill in the gaps in older browsers' support for modern JavaScript standards | 139 |
| A robust polyfill for the includes method in ECMAScript 6 | 68 |