@awesomeopensource · Post #82 · 03/22/2018, 07:39 AM
Polyfill.io 自动根据UA返回用户浏览器需要的 polyfill 。不用到处找 polyfill 了 语言:#JavaScript 分类:#polyfill 感谢 @wmliyin 的投稿
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @pythontelegrambotchannel · Post #89 · Oct 7
The v13 release is not just a release either, it is also our official announcement of participation in the annual #hacktoberfest. 💻🥨 We know that we're a few days late to the party, but v13 had to get ready before. 😉 This year, the fest is opt-in for projects and we definitely want to opt into taking part in this great event! If you ever thought about starting coding or giving back to your favourite open source repositories, now is the time! Head over to the hacktoberfest website to learn more about it. We already prepared some issues on our repositories and aim towards opening more issues for starters, but feel free to begin a hunt for improvements and fixes by yourself!
Hashtags
Search: #polyfill
@awesomeopensource · Post #82 · 03/22/2018, 07:39 AM
Polyfill.io 自动根据UA返回用户浏览器需要的 polyfill 。不用到处找 polyfill 了 语言:#JavaScript 分类:#polyfill 感谢 @wmliyin 的投稿
Hashtags
@githubtrending · Post #14743 · 05/23/2025, 02:00 PM
#javascript#ecmascript_proposals#es2015#es2019#es6#es7#esnext#javascript#js#polyfill#ponyfill#promise#proposal#proposals#shim#symbol#weakmap core-js is a modular JavaScript library that provides polyfills for modern ECMAScript features up to 2024, including promises, symbols, collections, iterators, typed arrays, and many web standards like URL and structuredClone. It lets you use new JavaScript features in older browsers by loading only the needed parts without polluting the global namespace. It integrates well with tools like Babel and swc for optimized polyfilling. This helps you write modern, compatible code that runs smoothly across different environments, improving development efficiency and user experience. You can customize polyfill usage and even build your own tailored version for your project. https://github.com/zloirock/core-js