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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    25,004
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    25,004
  • 1.0.3
    5
  • 1.0.2
    1,214
  • 1.0.1
    54
  • 1.0.0
    3

Package Sidebar

Install

npm i axios-jsonp

Weekly Downloads

11,787

Version

1.0.4

License

ISC

Unpacked Size

5.15 kB

Total Files

5

Last publish

Collaborators

  • adonis.lau