-
Hello!
Thank you for this proposal and your hard work!
While waiting for the proposal to be generally available, I've implemented a [custom JSON parser](https://github.com/ton-js/json-parser) th…
-
I am not sure about this but I think that since the index.ts file call the install function immediately, then window.ResizeObserver will always be overwritten, and that that should be avoided by ponyf…
-
Whats the difference between Ponyfill and Polyfill?
**Polyfill** - checks if functionality is not available and add it:
```
if (!String.prototype.trim) String.prototype.trim = ...
```
**Pon…
iegik updated
5 months ago
-
### Justification
For HTML there's no cross-browser _Audio_ implementation, that could fix a bunch of gotchas.
* Smooth `audio.currentTime`
* Regular `'timeupdate'` events
* Normalized loading…
-
I'm currently testing a project, which uses cross-fetch ponyfills in the files (i.e. `import fetch from "cross-fetch"`).
[this comment](https://github.com/jefflau/jest-fetch-mock/issues/82#issuecomm…
-
Author of [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) here. I'm following up on [an issue](https://github.com/jhildenbiddle/css-vars-ponyfill/issues/88) filed by @lamianbu …
-
I am looking for a ponyfill that works in react-native, the browser and node. `cross-fetch` seems like the best alternative except that it also adds a ponyfill which seems only needed for for IE 11 an…
-
```js
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
/**
* @type {typeof ReadableStream}
*/
let RS: typeof ReadableStream
if (typeof ReadableStream !=…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.1.0
- Nuxt Version: 3.10.3
- CLI Version: 3.10.1
- Nitro Version: 2.9.3
- Package Manager: pnpm@8.14.2
- Buil…
-
This is kinda a big change! 😬 I think it's a good one though! Using this as a polyfill first, but also exposing `/navigator_.js` (name collision with `Navigator.js`) and `/Navigator.js` as individual …