Most voted "polyfill" questions
Polyfill is a technique used to support new specifications of a platform to its older versions, using the resources available to achieve a logically compatible result with the new platforms.
Learn more…4 questions
Sort by count of
-
32
votes3
answers13710
viewsWhat is a Polyfill?
I’ve seen that term Polyfill being used several times when it comes to a new function that is not available in older versions of certain languages and the like. But after all, Polyfill is simply…
-
3
votes1
answer179
viewsHow to list available events in an element in IE8?
I’m making a Shim/polyfill to work with CustomEvents for IE8, but I’m having a problem detecting when the event is not standard. In IE8 each element can have a different list of available events,…
-
2
votes1
answer107
viewsPolyfill with Gulp and Babel
I’m trying to polyfill a script to work with IE8+, but it solves some problems but generates others: My configuration of .babelrc { "presets": [ [ "@babel/preset-env", { "targets": { "edge": "17",…
-
1
votes2
answers11349
viewsHow to insert Java code into html?
Hello guys I would like to know if it is possible to insert Java code into html,because I want to make an encryption program in Java and put inside html. I’m asking here why I haven’t found anywhere…