Axios JSONP Adapter
JSON →A JSONP adapter for Axios that provides a drop-in replacement for XHR-based requests, supporting promises, cancellation, and a familiar API. Version 1.0.4 is the latest stable release; the package is in maintenance mode with infrequent updates. It is the de facto standard for JSONP with Axios, offering minimal configuration via `callbackParamName` and seamless integration with Axios interceptors and error handling. Unlike custom JSONP implementations, it reuses Axios's promise and cancellation patterns, reducing boilerplate.
Resources
packageaxios-jsonp ↗