poly
Browser polyfill library
A collection of individual modules that fill in the gaps in older browsers' support for modern JavaScript standards
Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
139 stars
8 watching
18 forks
Language: JavaScript
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
webcomponents/polyfills | A suite of JavaScript libraries that implement Web Components APIs for browsers without native support. | 1,146 |
johanneslumpe/react-native-browser-polyfill | A collection of polyfills to make browser-targeted libraries compatible with React Native. | 32 |
afarkas/webshim | A polyfilling JavaScript library that enables modern web standards in older browsers by loading missing capabilities in a modular and lightweight manner | 1,417 |
aurelia/polyfills | A set of minimal JavaScript polyfills needed to run the Aurelia web framework. | 26 |
jonathantneal/flexibility | A polyfill for the Flexible Box Layout (Flexbox) to enable its use in older browsers. | 4,327 |
corpusculejs/custom-builtin-elements | Provides support for customized built-in elements in browsers that don't natively support them | 12 |
cujojs/curl | A small and fast module loader that handles various JavaScript formats and protocols. | 1,880 |
davidmyersdev/vite-plugin-node-polyfills | A plugin that provides polyfills for Node's core modules in browser environments. | 309 |
aazuspan/ee-polyfill | A polyfill project that adds modern JavaScript methods (ES6+) to the Earth Engine Code Editor | 1 |
immers-space/web-monetization-polyfill | Fills in missing JavaScript API functionality for Web Monetization on existing websites | 2 |
jamiebuilds/create-react-context | A polyfill for React's context API to provide backward compatibility with older React versions. | 690 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
ember-polyfills/ember-router-service-polyfill | A polyfill library to support Ember version 2.15 and above by providing a fallback for the router service | 36 |
ember-polyfills/ember-named-blocks-polyfill | A polyfill for Ember.js to support a specific feature for better compatibility with older versions | 39 |
ember-polyfills/ember-fn-helper-polyfill | A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |