superagent-jsonp icon indicating copy to clipboard operation
superagent-jsonp copied to clipboard

Wrap jsonp in a nice superagent wrapper.

Results 3 superagent-jsonp issues
Sort by recently updated
recently updated
newest added

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....