String.prototype.codePointAt
Code point access library
A polyfill for the ES6 String.prototype.codePointAt method to support older browsers and environments
A robust & optimized String.prototype.codePointAt
polyfill, based on the ECMAScript 6 specification.
54 stars
7 watching
6 forks
Language: JavaScript
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A polyfill for the String.fromCodePoint method in ECMAScript 6 | 61 |
| A polyfill for the String.prototype.startsWith method in ECMAScript 6. | 143 |
| A robust polyfill for the includes method in ECMAScript 6 | 68 |
| A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments. | 35 |
| A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
| A polyfill implementation of the String.prototype.repeat method in ECMAScript 6 | 27 |
| Creates a new array instance from an array-like or iterable object. | 67 |
| Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
| An ES2015 spec-compliant shim for the Array.of method in ECMAScript 6 | 15 |
| A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
| Fills ES6 Array.prototype.find method in older environments | 38 |
| A polyfill shim for the String.prototype.replaceAll method to ensure compatibility with ESnext proposal in older JavaScript environments. | 36 |
| Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
| Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
| Provides a shim for the Array.prototype.flatMap method to work in older JavaScript environments. | 32 |