Fetch JSONP is a small JavaScript library that provides a Fetch-like API for JSONP requests. Standard Fetch does not support JSONP, so this package fills that specific compatibility gap. Developers can call fetchJsonp, receive a promise, and parse the response with a familiar .json() flow. The library supports custom callback parameter names, custom callback function names, and request timeouts. It also documents the difference between regular JSON APIs and JSONP endpoints, which helps avoid common syntax errors. fetch-jsonp is useful for legacy APIs, older cross-domain integrations, and browser applications that still need JSONP behavior.
Features
- Fetch-like JSONP requests
- Promise-based response flow
- Custom callback parameter support
- Custom callback function names
- Configurable request timeout
- Legacy browser compatibility notes
Categories
LibrariesFollow Fetch JSONP
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Fetch JSONP!