|
|
пре 8 година | |
|---|---|---|
| .. | ||
| LICENSE-MIT.txt | пре 8 година | |
| README.md | пре 8 година | |
| codepointat.js | пре 8 година | |
| package.json | пре 8 година | |
String.prototype.codePointAt polyfill A robust & optimized ES3-compatible polyfill for the String.prototype.codePointAt method in ECMAScript 6.
Other polyfills for String.prototype.codePointAt are available:
In a browser:
<script src="codepointat.js"></script>
Via npm:
npm install string.prototype.codepointat
Then, in Node.js:
require('string.prototype.codepointat');
// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('String.prototype.codePointAt');
A polyfill + test suite for String.fromCodePoint is available, too.
| Mathias Bynens |
This polyfill is available under the MIT license.