superagent-jsonp
superagent-jsonp copied to clipboard
Wrap jsonp in a nice superagent wrapper.
I'm getting this error while using jsonp on node.js TypeError: Cannot read property 'push' of undefined at Request.end ((path_to_project)/node_modules/superagent-jsonp/dist/superagent-jsonp.js:67:15). On line 36 in the [source code](https://github.com/lamp/superagent-jsonp/blob/master/dist/superagent-jsonp.js), it is trying to...
经常会出这个问题,偶现性
Thank you for build such a useful plugin. Now I've got a problem , I use [superagent-mock](https://github.com/M6Web/superagent-mock) in dev environment. But it seems to can't work with your `superagent-jsonp` plugin....