Vanilla JS: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
Created page with "== Polyfill == [https://polyfill.io Polyfill] checks if a browser has native support for something, and if not it provides a function using older features."
 
(No difference)

Latest revision as of 16:44, 5 November 2020

Polyfill

Polyfill checks if a browser has native support for something, and if not it provides a function using older features.