ECMAScript Shims
Pinned Loading
Repositories
- String.prototype.substr Public
ES spec-compliant `String.prototype.substr` shim/polyfill/replacement that works as far down as ES3
es-shims/String.prototype.substr’s past year of commit activity - object.assign Public Forked from ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
es-shims/object.assign’s past year of commit activity - Reflect.getPrototypeOf Public
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.
es-shims/Reflect.getPrototypeOf’s past year of commit activity - Array.prototype.toSpliced Public
An ESnext spec-compliant `Array.prototype.toSpliced` shim/polyfill/replacement that works as far down as ES3.
es-shims/Array.prototype.toSpliced’s past year of commit activity - Array.prototype.findIndex Public Forked from paulmillr/Array.prototype.findIndex
Simple ES6 Array.prototype.findIndex polyfill for older environments.
es-shims/Array.prototype.findIndex’s past year of commit activity - Set.prototype.symmetricDifference Public
An ESnext spec-compliant `Set.prototype.symmetricDifference` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.symmetricDifference’s past year of commit activity - dunder-proto Public
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound.
es-shims/dunder-proto’s past year of commit activity - Array.prototype.flatMap Public
An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
es-shims/Array.prototype.flatMap’s past year of commit activity