String.prototype.endsWith

String endsWith

A polyfill shim for the String.prototype.endsWith method to ensure compatibility with older JavaScript environments.

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

GitHub

35 stars
7 watching
5 forks
Language: JavaScript
last commit: over 2 years ago

Related projects:

RepositoryDescriptionStars
mathiasbynens/string.prototype.startswithA polyfill for the String.prototype.startsWith method in ECMAScript 6.143
mathiasbynens/string.prototype.includesA robust polyfill for the includes method in ECMAScript 668
mathiasbynens/string.prototype.repeatA polyfill implementation of the String.prototype.repeat method in ECMAScript 627
mathiasbynens/string.prototype.codepointatA polyfill for the ES6 String.prototype.codePointAt method to support older browsers and environments54
mathiasbynens/regexp.prototype.searchA polyfill for the search method in ECMAScript 6's RegExp object5
mathiasbynens/array.ofAn ES2015 spec-compliant shim for the Array.of method in ECMAScript 615
mathiasbynens/array.fromCreates a new array instance from an array-like or iterable object.67
mathiasbynens/regexp.prototype.matchProvides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 610
es-shims/string.prototype.replaceallA polyfill shim for the String.prototype.replaceAll method to ensure compatibility with ESnext proposal in older JavaScript environments.36
es-shims/array.prototype.everyA polyfill for the Array.prototype.every method to enable it in older JavaScript environments.7
mathiasbynens/string.fromcodepointA polyfill for the String.fromCodePoint method in ECMAScript 661
es-shims/array.prototype.somePolyfills an ES5 method to check if any element in an array meets a condition2
paulmillr/array.prototype.findFills ES6 Array.prototype.find method in older environments38
es-shims/string.prototype.trimrightA shim that adds support for the trimRight method to the String prototype in JavaScript environments where it is not natively supported.8
paulmillr/array.prototype.findindexPolyfills ES6 Array.prototype.findIndex for older environments28