Topic

polyfill

Repositories (934)

Reflect.getPrototypeOf
Reflect.getPrototypeOf es-shims JavaScript

An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.

3
querious
querious tomhodgins HTML

A pure-JavaScript element query demonstration using data attributes for syntax, and applied via classes

3
Array.prototype.copyWithin
Array.prototype.copyWithin es-shims JavaScript

An ES2015 spec-compliant `Array.prototype.copyWithin` shim/polyfill/replacement that works as far down as ES3.

3
caniesm
caniesm samouri JavaScript

Detect if a feature can skip polyfills for ESM builds.

3
Object.entries
Object.entries KhaledElAnsari JavaScript

Polyfill for ES8 Object.entries

3
String.prototype.trimStart
String.prototype.trimStart es-shims JavaScript

ES2019 spec-compliant String.prototype.trimStart shim

3
Array.prototype.reduceRight
Array.prototype.reduceRight es-shims JavaScript

An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.

3
css-grid-polyfill
css-grid-polyfill svenvandescheur JavaScript

A limited experimental CSS grid polyfill for Internet Explorer 11.

3
Array.prototype.lastIndexOf
Array.prototype.lastIndexOf es-shims JavaScript

An ES2015 spec-compliant `Array.prototype.lastIndexOf` shim/polyfill/replacement that works as far down as ES3.

3
Array.prototype.keys
Array.prototype.keys es-shims JavaScript

An ES2015 spec-compliant `Array.prototype.keys` shim/polyfill/replacement that works as far down as ES3.

3
gm-polyfill
gm-polyfill ExE-Boss

A polyfill for allowing usage of the new GM Object API in legacy user scripts

3
is-connected-node
is-connected-node zaclummys JavaScript

DOM - Living Standard `Node.prototype.isConnected`

3
String.prototype.padEnd
String.prototype.padEnd KhaledElAnsari JavaScript

Polyfill for ES8 String.prototype.padEnd

3
path
path skpm JavaScript

A drop in replacement for the path NodeJS module

3
Number.parseInt
Number.parseInt es-shims JavaScript

An ES-spec-compliant Number.parseInt shim/polyfill/replacement that works as far down as ES3

3
titanium-polyfill
titanium-polyfill brentonhouse JavaScript

Titanium native mobile polyfills necessary to use packages that depend on Node.js modules

3
apache
apache ducks-project PHP

PHP polyfill for the Apache Functions. The aim is to provides functions as the PHP way in order to get them available even if PHP is not running as an...

3
web-animations-api-shiv
web-animations-api-shiv wnda JavaScript

Bringing WAAPI to browsers with the magic of CSS

3
Reflect.apply
Reflect.apply es-shims JavaScript

An ES-spec-compliant Reflect.apply shim/polyfill/replacement that works as far down as ES3

3
performancenow
performancenow yefremov JavaScript

Simple performance now polyfill for old browsers and node

3
ember-drag-drop-polyfill
ember-drag-drop-polyfill aboveproperty JavaScript

Brings drag-drop-polyfill into your Ember applications.

3
ZenJS
ZenJS MoomFE JavaScript

ZenJS 是一个高性能的 JavaScript 工具库。

3
uikit3-extra-widths
uikit3-extra-widths OwenMelbz CSS

Adds back in 7, 8, 9, 10 and 12 columns for UIkit 3

3
elem-dataset
elem-dataset awcross JavaScript

HTMLElement.dataset ponyfill

3
Object.getPrototypeOf
Object.getPrototypeOf es-shims JavaScript

An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.

3
Javascript_scrollLeftMax_Polyfill
Javascript_scrollLeftMax_Polyfill MohamedLamineAllal JavaScript

A polyfill for Element.prototype.scrollLeftMax() and Element.prototype.scrollTopMax() functions for javascript (supporting IE6+, chrom, opera, safari)...

3
resize-aware
resize-aware BrightspaceUI JavaScript

A Polymer 3 compatible solution to reacting to changes in an element's size and/or position

3
Module
Module Valen-H JavaScript

JavaScript web-dev & more modules....

3
dom-polyfill
dom-polyfill XboxYan JavaScript

polyfill for DOM API

3
js-pipeline
js-pipeline nektro JavaScript

(pipeline-operator on npm) Functional implementation of the pipeline operator |>

3
Array.prototype.findLastIndex
Array.prototype.findLastIndex es-shims JavaScript

An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.

3
timed-transition
timed-transition anseki JavaScript

The simple shim for Transition Events with CSS transitions, that transparently intercepts difference between browsers.

3
loading-attribute-polyfill-with-serviceworker
loading-attribute-polyfill-with-serviceworker mfranzke JavaScript

Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute, depending on Service...

3
Math.imul
Math.imul es-shims JavaScript

An ES-spec-compliant Math.imul shim/polyfill/replacement that works as far down as ES3

3
array-polyfills
array-polyfills santanubiswas948 JavaScript

This is an array polyfill , one .js file for support some array methods (map, filter, reverse, forEach etc.) which maybe doesn't support in old browse...

3
docker-polyfill-service
docker-polyfill-service Menci Dockerfile

Dockerized polyfill-service (https://github.com/Financial-Times/polyfill-service, aka. https://polyfill.io)

3
Object.defineProperties
Object.defineProperties es-shims JavaScript

ES spec-compliant `Object.defineProperties` shim/polyfill/replacement that works as far down as ES3

3
parseInt
parseInt es-shims JavaScript

An ES-spec-compliant `parseInt` shim/polyfill/replacement that works as far down as ES3

3
polyfill-io-docker
polyfill-io-docker raed667 Dockerfile

Self-host your own Polyfill.io Docker image.

3
readable-stream-polyfill
readable-stream-polyfill kettanaito TypeScript

"ReadableStream" polyfill based on the eponymous implementation from Node.js.

3
Set.prototype.symmetricDifference
Set.prototype.symmetricDifference es-shims JavaScript

An ESnext spec-compliant `Set.prototype.symmetricDifference` shim/polyfill/replacement that works as far down as ES3

3
Set.prototype.isDisjointFrom
Set.prototype.isDisjointFrom es-shims JavaScript

An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3

3
SuppressedError
SuppressedError es-shims JavaScript

ES Proposal spec-compliant shim for SuppressedError

3
Map
Map es-shims JavaScript

An ES2015 spec-compliant `Map` shim/polyfill/replacement that works as far down as ES3.

3
polyfills
polyfills shgysk8zer0 JavaScript

A set of JavaScript polyfills

3
dalbit-polyfill
dalbit-polyfill CavefulGames Luau

Pure lua libraries for emulating luau libraries used for transpiling in dalbit

3
Error.isError
Error.isError es-shims JavaScript

An ESnext spec-compliant `Error.isError` shim/polyfill/replacement that works as far down as ES3.

3
poteto
poteto LiviaMedeiros JavaScript

poteto is HTTP-alike fetch for FILE protocol, e.g. fetch('file:///usr/bin/node')

3
Unfucked
Unfucked Aldaviva C#

🧰 Fix egregiously broken or missing functionality in .NET libraries. Inspired by underscore, jQuery, JAX-RS, Apache Commons, Spring, and Guava.

3
css-media-pseudo-polyfill
css-media-pseudo-polyfill schalkneethling TypeScript

A CSS polyfill for media pseudo-classes (:playing, :paused, :seeking, :buffering, :stalled, :muted)

3