-
Hello there~
First of all, thank you very much for the package!
I've noticed AsyncAF isn't working on IE11 with Polyfill. I've been testing out which packages were causing it in my project and de…
-
-
In relatively recent versions of Node, including the current LTS, object-assign and nodegit-promise are unnecessary. It'd be great if promisify-node didn't directly depend on polyfill (or polyfill-lik…
-
This documentation states that vue-material is compatible with IE11, but, it appears to use JS API methods that are not supported in IE11.
For instance, I found that `Object.values()` is used in fo…
-
Including the `ResizeObserver` polyfill makes this module unnecessarily heavy. Apps should be lazy-loading polyfills, so that they don't ship unnecessary code to modern browsers.
Would you consider…
-
Gloo recently got RequestAnimationFrame (yay!). It would be nice to also have requestIdleCallback that comes with the "Deadline" object.
I would like to see rIC as both a callback and a future typ…
-
How can I run a callback function as soon as the polyfill finishes its work and the web page is ready?
-
On MDN there is a different polyfill for Object.assign then the one we have currently. Which one should we use? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/…
-
Some but not all Shiny notebooks report
```
rcloud.research.att.com/:10 GET https://rcloud.research.att.com/proxy.R/frabetti/b7f9deaf-8f6d-4293-9620-5ee8ce801c60:3160/shared/babel-polyfill.min.js …
-
Should be defined within config like so:
```javascript
{
polyfills: [{ src: "./polyfills/container-query.js" }]
}
```