-
### Describe the problem and steps to reproduce it:
We currently import 2 global polyfills in amo on both client and server entry points.
* isomorphic-fetch (supported in browsers aligned to our [.br…
-
Evolu (and Effect, I think) both need polyfills in order to function in React Native when used with `expo-router` or Metro. Polyfills are needed for TextEncoder and TextDecoder, and for `crypto.getRan…
-
I'd like to request to add polyfill-php81.
-
### Command
build
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
…
-
The current error message for this package is flatly incorrect:
```sh
error "define-properties" should be replaced with native functionality. You can instead use Object.defineProperties. Read more …
-
Recently, the Polyfill.io domain was acquired by Funnull, a Chinese company. This acquisition led to the domain being used to deliver malicious JavaScript code, which redirected users to scam, gamblin…
-
We ripped out moment.js but have a hack in place in the user rides screen https://freezingsaddles.org/my/rides for a human-readable duration.
Revisit https://stackoverflow.com/questions/73722206/intl…
-
Placeholder issue to organize Polyfills creation/contributions.
#### Get Started
- Consult existing Polyfills in the [project wiki](https://github.com/tc39/ecma402/wiki/Proposal-and-PR-Progress-Tr…
-
Hi. It is really great tool, but it too fast becomes outdated due to lack of modern polyfills.
I know, there is an option to set up autopolyfiller to attach custom polyfills, but it is a separate hea…
-
Hey I added some code to the webpack.config.js to support Fetch on Safari.
I changed the entry to:
```
entry: ['whatwg-fetch', `${APP_DIR}/index.js`],
```
In the plugins array I added:
`…