axios-jsonp

1.0.4 • Public • Published

A jsonp adapter for axios

support promise,support cancel,same as xhr

install

npm install axios-jsonp

usage

let axios = require('axios');
let jsonpAdapter = require('axios-jsonp');
 
axios({
    url: '/jsonp',
    adapter: jsonpAdapter,
    callbackParamName: 'c' // optional, 'callback' by default
}).then((res) => {
 
});

Readme

Keywords

Package Sidebar

Install

npm i axios-jsonp

Weekly Downloads

13,182

Version

1.0.4

License

ISC

Unpacked Size

5.15 kB

Total Files

5

Last publish

Collaborators

  • adonis.lau