# inexorabletash/polyfill

JavaScript Polyfills, Shims and More

Repository: https://github.com/inexorabletash/polyfill
Canonical: https://ross.abutalabs.com/products/inexorabletash-polyfill
Language: JavaScript
License: NOASSERTION
License Family: other
Topics: javascript, polyfills
Archived: true
Last push: 2021-08-13T20:46:50+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4865, "days_push": 1846, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1352, forks 350 (observed 2026-08-28T04:04:28.366065+00:00)

## What it is
A collection of JavaScript polyfills and shims covering ECMAScript standards and web browser APIs, organized into files matching web specifications. It lets developers write future-looking code using modern platform APIs while filling gaps in older browsers.

## Use cases
- add es6 features to older browsers
- polyfill fetch and xhr in legacy browsers
- support new dom apis in internet explorer
- write future-looking javascript with fallbacks
- shim missing web platform apis
- bundle browser compatibility polyfills into one script

## When to choose
- you need lightweight per-spec polyfill files you can pick from
- you want a single bundled script covering ES5 through ES2017 plus common web APIs
- you accept approximate, not 100% spec-compliant, behavior

## When to avoid
- you need fully spec-compliant polyfill behavior
- you target only modern evergreen browsers with no legacy support
- you need a maintained Node.js module - this is browser script distribution only

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: web-development, frontend, cross-platform
- platform: browser
- tags: polyfills, shims, ecmascript, web-apis, browser-compatibility, es5, es6, dom, javascript

## Member repositories
- inexorabletash/polyfill (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:28.366065+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:42:09.727089+00:00, confidence not recorded.
  - readme: https://github.com/inexorabletash/polyfill (fetched 2026-08-28T04:04:28.366065+00:00, sha c1be5ae30632)
- Data as of 2026-08-30T08:39:29.467469+00:00.
