1.0.4 • Published 4 years ago

axios-jsonp v1.0.4

Weekly downloads
11,299
License
ISC
Repository
github
Last release
4 years ago

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) => {

});
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago