polyfill-library icon indicating copy to clipboard operation
polyfill-library copied to clipboard

NodeJS module to create polyfill bundles tailored to individual user-agents.

Results 64 polyfill-library issues
Sort by recently updated
recently updated
newest added

This PR adds a polyfill for `Error.cause`.

library

The basic version doesn't include Animation.finished: https://github.com/web-animations/web-animations-js/issues/33

library

This PR fixes `IteratorClose` to `throw` (instead of `return`) when a `ThrowCompletion` is passed to it. It also includes new tests in a few polyfills; those tests would fail, currently.

## What Questions: 1. Given the transition of `polyfill-service` from `JakeChampion` to [`polyfillpolyfill`](https://github.com/polyfillpolyfill/polyfill-service) (https://twitter.com/JakeDChampion/status/1761315227008643367), what is the future of the `polyfill-library` project? 2. I see there is a https://github.com/polyfillpolyfill/polyfill-library repository;...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

This PR adds a polyfill for `Promise.withResolvers`.

see : https://github.com/JakeChampion/polyfill-library/pull/1313#discussion_r1297618761 ---- - [ ] update lists of browsers we test in Browserstack - [ ] remove all polyfills that aren't needed anymore

This includes NumberFormat v3 as well

This also bumps the minimum nodejs version from 12 to 18 which is the current LTS - [Use simpler assertion as this test compares strings not sets or arrays](https://github.com/JakeChampion/polyfill-library/commit/5a5343d0419721b6ab1942dae1bf749af70ef3a2) -...

## What ES Module polyfills: There are a number of features of ES Modules which, while standards track, aren't yet well supported in browsers. These include: Dynamic Imports and `import.meta.resolve`....

library