Most voted "shim" questions
Shim (shim) is a technique to bring new feature compatibility to an older platform, unlike polyfill Shim usually does not have an identical result to new platforms, it makes the code compatible but restricts the possibilities of the old platform.
Learn more…1 question
Sort by count of
-
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,…