Ross ROSS = Recommend OSS · open-source software intelligence for agents

taylorhakes/promise-polyfill

Lightweight ES6 Promise polyfill for the browser and node. A+ Compliant observed · 2026-08-28

github.com/taylorhakes/promise-polyfill · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 4576
  • days_rel: n/a
  • days_push: 835
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2142 stars · 310 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A lightweight (<1kb gzipped) ES6 Promise polyfill for browsers and Node.js that is Promises/A+ compliant. It can be used as a global polyfill for older browsers like IE or as a non-invasive ponyfill for library authors.

Use cases

  • support promises in internet explorer and other old browsers
  • add a global Promise object when the browser lacks native promises
  • use a ponyfill without polluting the global environment in a library
  • make legacy codebases use standard ES6 promise syntax
  • shim Promise support in older node versions

When to choose

  • you must support IE8+ or other browsers without native Promise support
  • you need a tiny, spec-compliant Promise implementation
  • you are a library author who wants a Promise ponyfill that doesn't touch globals

When to avoid

  • your target browsers all support native promises
  • you need modern features beyond the ES6 Promise spec
  • you need high-performance async scheduling without a setImmediate polyfill in IE/Edge

Facets

library · maturity maintenance

serialization web-development frontend developer-tools browser cross-platform promise polyfill ponyfill promises-aplus es6 javascript lightweight nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
taylorhakes/promise-polyfillmain23

For agents

markdown · JSON · MCP: product_card(name="taylorhakes/promise-polyfill")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem