ECMAScript Shims
A community host for shims and polyfills that are compliant to EcmaScript specs.
Pinned Loading
Repositories
Showing 10 of 158 repositories
- 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 - well-known-symbols Public
An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols
es-shims/well-known-symbols’s past year of commit activity - Object.getPrototypeOf Public
An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.
es-shims/Object.getPrototypeOf’s past year of commit activity - Array.prototype.copyWithin Public
An ES2015 spec-compliant `Array.prototype.copyWithin` shim/polyfill/replacement that works as far down as ES3.
es-shims/Array.prototype.copyWithin’s past year of commit activity - es-arraybuffer-base64 Public
An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3
es-shims/es-arraybuffer-base64’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