A window.fetch JavaScript polyfill.
-
Updated
Aug 7, 2020 - JavaScript
{{ message }}
A window.fetch JavaScript polyfill.
History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.
PHP 5.x support for random_bytes() and random_int()
This component provides a partial, native PHP implementation for the Mbstring extension.
Automatic polyfill service.
A Javascript library for working with native objects.
This component provides a partial, native PHP implementation for the Ctype extension.
This component provides features unavailable in releases prior to PHP 7.0.
Promise packages, patterns, chat, and tutorials
A project committed to making file access and data transfer easier, efficient for React Native developers.
Polyfill for CSS `position: sticky`
jQuery contextMenu plugin & polyfill
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
This component provides functions unavailable in releases prior to PHP 7.3.
EQCSS is a CSS Reprocessor that introduces Element Queries, Scoped CSS, a Parent selector, and responsive JavaScript to all browsers IE8 and up
This component provides functions unavailable in releases prior to PHP 5.6.
This component provides binary-safe string functions, using the mbstring extension when available.
A polyfill for the Resize Observer API
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
Add a description, image, and links to the polyfill topic page so that developers can more easily learn about it.
To associate your repository with the polyfill topic, visit your repo's landing page and select "manage topics."
We loved
caniuse-db, but it uses 7 MB and contains many irrelevant data.This is why @ben-eb created
caniuse-lite. It is just a copy of latestcaniuse-db(he wrote autorelease script) with less data and better compression. Only 1 MB.Autoprefixer and Browserslist moved to
caniuse-lite. So let’s use it here too. It is very easy, API is the sam