← All repos

String.prototype.endsWith

A robust & optimized ES3-compatible polyfill for the `String.prototype.endsWith` method in ECMAScript 6.

Browse cluster: JavaScript Standard Style Linting
48commits
4contributors
1languages

Tech stack & purpose

This project provides a robust, ES3-compatible polyfill for the `String.prototype.endsWith` method from ECMAScript 6, enabling the method to work in older JavaScript environments. The polyfill implements the es-shim API interface and complies with the ECMAScript specification. It is written in JavaScript and distributed via npm for use in Node.js and browser environments. The project was created by Mathias Bynens and is available under the MIT license.

Languages

JavaScript
100.0%

Contributors