Scrollbars, simpler.
An implementation for Array.fromAsync, which dumps an async iterator into an array.
An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.
An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
*Please note that this polyfill is now in maintenance mode, as of Nov, 2022. We are not planning to add more features or enhancements.* ____________________________
HTML Custom Elements Polyfill
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
a simple polyfill for javascript URLSearchParams
Intl.PluralRules polyfill
A polyfill for the asynchronous clipboard API
Element React module for WordPress.
A polyfill for the TC39 Signal proposal.
Get the average value in an array
A polyfill for the 'scroll-behavior' CSS-property
Get the average value in an array
Determines if an object can be used as an array
A small polyfill for Object.setprototypeof
Simple ORM to manage and query your state trees
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Polyfill for the Encoding Living Standard's API.