webmodules/jsonp
A simple JSONP implementation observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5174
- days_rel: n/a
- days_push: 877
- n_releases_24m: 0
Adoption not part of the score
1888 stars · 326 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library implementing JSONP for making cross-domain requests from the browser via script tag callbacks. It supports configurable callback parameters, timeouts, and request cancellation.
Use cases
- fetch data from a cross-domain API without CORS
- make JSONP requests with timeout handling
- cancel an in-flight JSONP request
- customize the callback query parameter name
- consume legacy APIs that only support JSONP
When to choose
- you need to call an old API that only supports JSONP
- you must support browsers without CORS or fetch
- you want a tiny, dependency-free JSONP client
When to avoid
- the API supports CORS - use fetch or axios instead
- you need modern request features like headers or POST
- starting a new project where JSONP is obsolete
Facets
library · maturity maintenance
http-client web-development frontend apis browser p cross-domain fetch legacy-browsers nodejs
1 source
- readme: https://github.com/webmodules/jsonp · fetched 2026-08-28 · 7a897f63a81c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| webmodules/jsonp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="webmodules/jsonp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem