Co[de]mmunications

Programming and ramblings on software engineering.

Multiple JSONP Requests

Multiple JSONP requests and a single callback can be problematic. I did

window['callback'+idx] = callback;

and then ?jsonp=callback0, ?jsonp=callback1, …

Comments