stefanpenner/es6-promise
A polyfill for ES6-style Promises observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4650
- days_rel: n/a
- days_push: 1388
- n_releases_24m: 0
Adoption not part of the score
7253 stars · 580 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A JavaScript polyfill that provides the ES6 Promise implementation for environments lacking native support, extracted as a subset of rsvp.js. It can be loaded via script tag, npm, or as an auto-polyfill that patches the global Promise when missing or broken.
Use cases
- support promises in older browsers like IE11
- polyfill Promise in legacy Node.js versions
- normalize broken native Promise implementations
- add async support to legacy JavaScript codebases
- provide a lightweight Promise implementation without full rsvp.js
When to choose
- you must support legacy browsers or runtimes without native Promise
- you want a small, battle-tested Promise polyfill
- you need automatic global patching of a missing or broken Promise
When to avoid
- you target only modern browsers and Node versions with native Promise support
- you need advanced features like cancellation or debugging tools (use rsvp.js instead)
- you are starting a new project where polyfills are unnecessary
Facets
library · maturity maintenance
concurrency developer-tools web-development frontend developer-tools browser cross-platform promises polyfill async es6 javascript nodejs
2 sources
- readme: https://github.com/stefanpenner/es6-promise · fetched 2026-08-28 · 78acd6fe86d0
- registry_npm: https://registry.npmjs.org/es6-promise · fetched 2026-08-29 · 82383117bf0a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stefanpenner/es6-promise | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="stefanpenner/es6-promise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem