Small set of polyfills, only those who are used by the ITSA modules.
With nodejs:
The module polyfills
is a typical browser-module.
In the browser:
For browser-usage, ITSA has a predefined loaderfiles. Once included, a global ITSA
object with default features is available. For customized loaderfiles, read: Customized build.
<script src="/itsabuild-min.js"></script>
The polyfills that are defined work with feature-detect
, so they won;t overwrite methods that are available and will work with browsers onther than IE8 who also lack these features. However, it are mostly ES5
-features, so IE8 and below will probably be those who get fixed.
custom require: var IO = require('polyfill/polyfill-base.js');
size-min gzipped: 2.51 - 1,59 = 0.92 kb
dependencies: -
The full version of the module consists of polyfill-base.js and the folowing polyfills: