-
Include polyfill for chrome and put standard web extension api where applicable.
-
Hey there,
I am using Snowpack to deal with dependencies. I am aware that Snowpack uses `rollup-plugin-node-polyfills` to polyfill Node built-in modules. I'd like to use a package called `async-mqt…
-
Hello. I have been using this template for a couple of months now and would like to use it on a customer application. However, the customer only uses Internet Explorer and my applciation based on this…
-
I'm working on a tool to generate a CSV export of some data in a browser, and unfortunately, the encoding situation is a bit of a mess. TL/DR, it seems that the best outcome results in a tab separate…
-
CC https://github.com/AnalyticalGraphicsInc/cesium/issues/6670
> webpack build includes polyfills for several node.js libraries – over 100kb minified which isn't left out of the browser build.
C…
ggetz updated
6 years ago
-
If people are going to run tests with node, chances are they will have Fetch calls in their code. The library should include a [Fech API polyfill for Node like `isomorphic-fetch`](https://github.com/f…
-
This polyfill doesn't support `getAnimations`, and I came across [this polyfill](https://s3-us-west-2.amazonaws.com/s.cdpn.io/61811/web-animations-next-2.2.0.min.js) that does. However it's not clear …
-
### Code of Conduct
- [ ] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Version
10.0.16
### …
-
See https://github.com/Maps4HTML/MapML/issues/259.
With the [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API), `` is the `popovertarget` and `` (or other element) the `pop…
-
Should we bundle a polyfill for Intl.DurationFormat so that `Duration.p.toLocaleString` will work?
There seem to be a few of these polyfills around:
* https://formatjs.io/docs/polyfills/intl-datet…