Polyfill
From Wikipedia, the free encyclopedia
|
In web development, a polyfill (or polyfiller) is downloadable code which provides facilities that are not built into a web browser. It implements technology that a developer expects the browser to provide natively, providing a more uniform API landscape. For example, many features of HTML5are not supported by versions of Internet Explorer older than version 8 or 9, but can be used by web pages if those pages install a polyfill.[1] Webshims[2] and HTML5 Shivs are related concepts.
인터파크 프로젝트 때 Array.prototype.forEach 를 찾다가 알게됨.
출처:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach
용어 출처:
https://en.wikipedia.org/wiki/Polyfill
댓글 없음:
댓글 쓰기