-
Recently, the Cloud.gov platform engineers scanned Cloud.gov to determine if any applications hosted in Cloud.gov were vulnerable to the polyfill.io attack (see https://fossa.com/blog/polyfill-supply-…
-
Vulnerable Library - event-source-polyfill-1.0.26.tgz
A polyfill for http://www.w3.org/TR/eventsource/
Library home page: https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-1.…
-
Legacy plugin runtime code and systemjs relies on Promises, that are undefined in IE11. Is there a way to polyfill them *before* any other polyfill in order to support **very** legacy browsers?
-
**Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
I am trying t…
-
We turned off webpack's "automagically polyfill all the node things", because it wasn't intentional and we got real reports of people ending up with surprisingly huge polyfills that they didn't want i…
-
Should we polyfill `PerformanceMeasure` and `PerformanceMark` and use those types for our UT entries?
-
The app could detect if the browser supports Service Worker, and could use [polyfill.io](https://polyfill.io/v2/docs/) in order to work properly in older browsers
-
Regarding the treatment of the `vendor` as a layer, I have the following depfile
```yml
parameters:
ProjectName: MyProject
deptrac:
paths:
- ./src/MyProject
- ./vendor
exclude_…
-
I'm having trouble loading resources in the `src/main/resources/static` because those static files don't get copied to a local directory. They are deployed in the jar file, but Wro4j uses `servletCont…
-
it appears that reflection is suppored in es2017+ https://stackoverflow.com/a/59185593/206466, would be nice not to require a polyfill if typescript is compiling to at least that version.