A robust & optimized ES3-compatible polyfill for the `String.prototype.startsWith` method in ECMAScript 6.
Browse cluster: JavaScript Standard Style Linting →This project provides a robust, ES3-compatible polyfill for the `String.prototype.startsWith` method from ECMAScript 6, enabling the use of this string method in environments that don't natively support it. Built in JavaScript and distributed via npm, the polyfill implements the es-shim API interface and complies with the ECMAScript specification. It was created by Mathias Bynens and is available under the MIT license.