-
This polyfill unnecessarily removes and replaces `aspect-ratio` even in browsers where it is supported.
I suggest that the original `aspect-ratio` property is left intact, and the polyfill-generate…
-
Hi, this polyfill is great! Works like charm via a CDN, but when i add it to an Angular project in the standard way (npm install and then add an import in polyfills.ts like:
```
import 'zone.js'; …
-
Node Buffer only works in the browser with a polyfill, it is not good practice to expect the client to have it. Also it should fix an issue we have with Cypress on tdex-app.
From my research we can u…
-
```
stuff is important
```
Original issue reported on code.google.com by `ericbide...@html5rocks.com` on 6 Jan 2011 at 10:59
-
Thanks for this great project!
Quick question: with native sticky positioning, it looks like z-index is respected even when the element is unstuck. Mozilla docs say "Sticky positioning is a hybrid o…
-
Hi all, based on my comments in the other issue I have begun brainstorming and writing a polyfill for what an `aspect-ratio` property might look like. I currently have the logic figured out, and a reg…
-
### Expected Behaviour
The quick start docs say I need these packages for react:
// Install Libraries
npm install @pushprotocol/restapi@latest @pushprotocol/socket@latest ethers@^5.7
Here are …
-
Hi,
The [docs about supported browsers](https://facebook.github.io/create-react-app/docs/supported-browsers-features) is not clear.
After reading it i still dont understand the following :
- I…
-
Vulnerable Library - babel-plugin-1.1.6.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/@babel/traverse/package.json
Found in HEAD commit: fb766f816ad2f43158…
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
I am trying to polyfill Node.js built-in modules, reference: https…