-
Here is how to progressively enhance the page with smooth scroll and reduce bundle size. It might be interesting to add to the readme.
```js
if (!('scrollBehavior' in document.documentElement.style)…
-
Is there a good, or preferable setup using preset-modules, along with `preset-env' auto polyfilling? Perhaps all the transforms disabled so the polyfills are also included?
-
The Compiler/polyfills results needs updating. TypeScript for example is already on 2.3, but the results on the table are for 1.8.
I tried to follow the instructions to run the tests, but got all …
-
I see that there are colors for `n`, `a`, `y` but why not for `p`?
It is worth to know there is a polyfill for a certain feature, so I think we should show some more noticeable indication rather than…
-
If have time, come up with solution for safari
https://github.com/thgreasi/datalist-polyfill
or other non-datalist solution https://stackoverflow.com/questions/1500881/text-box-with-drop-down-sugg…
-
First off, thanks for an amazing library! It's easy to use and just a pleasure to work with.
I am creating my own library, where I want to warn the developer (in development) when this polyfill is…
-
I think we should add plyr as an alias on polyfill.io, making the link to add now and in the future `https://cdn.polyfill.io/v2/polyfill.min.js?features=plyr`. They do support this use case for at lea…
-
index.js:
```
import { createCipheriv, createDecipheriv, pbkdf2Sync } from 'crypto'
```
rollup.config.js:
```
import nodePolyfills from 'rollup-plugin-node-polyfills';
export default {
…
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
```
Browser bundles
Initial chunk files | Names | Raw size | Estimated transfer size
chunk-5D46G7OC.js | - | 167.40 kB | 49.17 …