Polyfill (programming): Difference between revisions

Content deleted Content added
JBeens (talk | contribs)
Added disambiguation link
Jorl17 (talk | contribs)
Line 17:
 
=== core-js ===
core-js is the most popular and powerful JavaScript [[standard library]] polyfill.{{According to whom|date=November 2020}} Includes polyfills for [[ECMAScript]] up to 2019: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals, some cross-platform [[WHATWG]] / [[W3C]] features and proposals like <code>URL</code>. You can load only required features or use it without global namespace pollution. IntegratedIt can be integrated with [[Babel_(compiler)|Babel]], which allows it to automatically inject required core-js modules to your code.
 
=== HTML5 Shiv ===