Content deleted Content added
explanation of term "shiv" no longer occurs several paragraphs before the first usage of the word. |
Citation bot (talk | contribs) Alter: title. Add: date, title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 976/2195 |
||
Line 17:
=== core-js ===
core-js<ref>{{Cite web|url=https://github.com/zloirock/core-js|title = Core-js|date = 26 October 2021}}</ref> is the most popular<ref>{{Cite web|url=https://www.npmtrends.com/core-js-vs-core-js-pure-vs-es5-shim-vs-es6-shim-vs-airbnb-js-shims-vs-polyfill-library-vs-polyfill-service-vs-js-polyfills|title = Airbnb-js-shims vs core-js vs core-js-pure vs es5-shim vs es6-shim vs js-polyfills vs polyfill-library vs polyfill-service | NPM trends}}</ref> and powerful<ref>http://kangax.github.io/compat-table/es6/#babel7corejs3</ref> JavaScript [[standard library]] polyfill. Includes polyfills for [[ECMAScript]] up to 2021: 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. It can be integrated with [[Babel_(compiler)|Babel]], which allows it to automatically inject required core-js modules to your code.
=== HTML5 Shiv ===
Line 77:
== External links ==
* {{cite web |url= https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills |title= List of polyfills
* {{cite web |url= http://html5please.com/ |title= HTML5 Polyfill List by Feature |editor-first1= Divya |editor-last1= Manian |editor-first2= Paul |editor-last2= Irish |editor-link2= Paul Irish |editor-first3= Tim |editor-last3= Branyen |editor-first4= Connor |editor-last4= Montgomery |editor-first5= Arthur |editor-last5= Verschaeve |display-editors=etal |website= HTML5 Please |quote= The recommendations... represent the collective knowledge of developers who have been deep in the HTML5 trenches }}
* {{cite web |url= http://www.moreonfew.com/what-are-polyfills-in-javascript/ |title= What are PolyFills in Javascript? |date= Sep 5, 2013 |website= More on Few }}
|