Polyfill (programming): Difference between revisions

Content deleted Content added
m Adding short description: "Code to implement features in web browsers that do not support them" (Shortdesc helper)
Undid revision 961531717 by 2601:703:200:990:4D7:6196:55E2:EE33 (talk)
Line 16:
=== [https://github.com/zloirock/core-js core-js] ===
 
core-js is one of the most popular and powerful JavaScript [[standard library]] polyfillspolyfill. 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. Integrated with [[Babel_(compiler)|Babel]] which allows automatically inject required core-js modules to your code.
 
=== HTML5 Shiv ===