polyfills
There are 88 repositories under polyfills topic.
inexorabletash/polyfill
JavaScript Polyfills, Shims and More
sudheerj/datastructures-algorithms
List of Programs related to data structures and algorithms
babel/babel-polyfills
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
msn0/mdn-polyfills
MDN polyfills - from, forEach, filter, find, findIndex, assign, includes, create, entries, of, repeat, startsWith, endsWith, toggleAttribute, bind, MouseEvent, CustomEvent, padEnd, padStart
wessberg/Polyfiller
Never worry about polyfills again.
axa-ch-webhub-cloud/pattern-library
AXA CH UI component library. Please share, comment, create issues and work with us!
argyleink/scrollyfills
grab and go polyfill functions for web scroll features
CultureHQ/polyfill-lambda
Generates polyfills based on user agent strings
nuxodin/lazyfill
Polyfills on demand 💊
bogeychan/elysia-polyfills
Collection of experimental Elysia.js polyfills
webqit/webqit
An ecosystem of technologies that explore new ways to go web-native on the modern application story!
jhmaster2000/node-bun
Node.js Compatibility Layer & Polyfills for Bun APIs
ghoshsuman845/js-polyfills
This repo contains the javascript polyfills which are generally asked in frontend interviews.
aziontech/bundler
Bundler for building applications for Azion/Edge Runtime.
PHPWatch/is_countable-polyfill
A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3
elemental-design/react-platform
Experimental cross-platform React Native interoperability APIs, component wrappers and polyfills.
Nick-Mazuk/balanced-text
A performance-optimized script for balancing text in browser.
InterLinked1/chromefill
Automatically injects polyfills for old Chromium into webpages
strainer/trigfills
Sin, cos, tan, asin... polyfills for when cross browser consistency is desired.
vin18/js-pollyfills
Collection of polyfills that are commonly asked during frontend interviews ✨
abrudz/dyalog_vision
A realistic future development for the core language of Dyalog APL
pqina/filepond-polyfill
🔨 Use FilePond on Older Browsers
asvny/polyfill-cloudflare-worker
Replicating Polyfill.io using Cloudflare Worker
reiniergs/polyfill-service
Javascript polyfills as a service. Java implementation.
bk408/JavaScript-Interview-Questions
Hi, This is JavaScript Interview question series where I learnt about JS Questions. This series created by @Piyush Agarwal.
garronej/minimal_polyfills
🎯An ultra light-weight, nonexhaustive, polyfills library 🎯
PHP-Polyfills/array-find
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
rousan/collections-es6
:gift: ES6 Map, Set, WeakMap and WeakSet polyfill in pure ES5
wavevision/coding-standard
✍️ Default code style for Wavevision apps
aviv-or/Awesome-Polyfills
🛠️A curated list of awesome things related to browser polyfills
kubenstein/parcel-babel-runtime-example
Working babel-runtime example using parcel-bundler and core-js
anujraghuvanshi/JS-Essentials
JS Essential docs for diving deep into Javascript
b00gizm/compose-node-generated
A sample project, generated by docker-compose-nodejs-examples
PHP-Polyfills/mb_trim
PHP: Provides a user-land polyfill for `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4.
sofiane-abou-abderrahim/javascript-and-browser-support
I built and planned this little JavaScript demo application for Browser Support. First of all, I analyzed the market to find which resources I can use to find out which feature is supported by which browser and which market share that feature has. Then, I used different techniques: feature detection with fallback code, manual polyfills and Babel.