Downloadable code used to add new functionality to browsers.
I've got an angular 2 app working inside firefox and chrome, not so much inside (sigh) IE. Based on my stack …
javascript angular internet-explorer systemjs polyfillsWhat is the difference between a shim an a sham? Is it enough to include es5-shim.min.js and …
javascript ecmascript-5 ecmascript-6 polyfillsI've been piecing together support for IE11 by adding plugins for transform-object-assign and array-includes and now I'm getting a symbol …
javascript gulp internet-explorer-11 babeljs polyfillsFirefox 39, Safari 9 and IE11 provide support for CSS Scroll Snap Points. Chrome has the feature in development. Is there a …
css polyfillsI'm using fetch and have included the whatwg-fetch polyfill in my application. I also employ TextDecoder as described in Jake …
javascript fetch-api polyfillsI was able to find a polyfill(on stack overflow) for Array#includes and add it to typescript but after …
typescript polyfills shimSince I need to support also IE11, I need to transpile also node_modules. This is the babel config I …
internet-explorer babeljs polyfills babel-polyfillI am using babel-standalone and I am doing the exact same thing as https://github.com/Daniel15/babel-standalone/blob/master/…
javascript node.js babeljs polyfillsIs it useful or redundant to import the ES6 polyfill for Object import 'core-js/es6/object'; and also the ES7 …
javascript polyfillsAfter reading the article Removing Babel's Stage Presets by babel, I still not fully understand how to add a proposal …
javascript babeljs polyfills babel-polyfill