@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 #75 · Oct 1
Fellow programmers. Happy #hacktoberfest. This event, hosted over here, is about giving back to open source projects. We encourage you all to check it out and make some contributions. We prepared some issues by ourself, they can be found here, but fear not to take on other issues in our repo. If you have any questions, feel free to ask them away in our chats, we are there to help!
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