js-polyfills
js-polyfills copied to clipboard
Polyfills for JS methods
js-polyfills
Polyfills for JS methods:
Promise methods:
This repo contains the polyfills of the following Promise methods:
- all
- any
- race
- allSettled
Array methods:
This repo contains the polyfills of the following array methods:
Searching methods:
- at
- find
- findIndex
- findLast
- findLastIndex
- lastIndexOf
- includes
- indexOf
- some
- every
Manipulation (Mutating) methods:
- unshift
- pop
- push
- shift
- fill
- reverse
- sort
- splice
- copyWithin
Iterative methods
- forEach
Map, filter, and reduce
- map
- filter
- reduce
- reduceRight
Returning array iterator methods
- keys
- values
- entries
Other operations methods
- slice
- concat
- flat
- flatMap
- join