has anyone used oboe.js with standard JSONP APIs?

265 views Asked by At

As I understand it, Oboe.js "manually" scans the JSON inside large HTTP requests so that partial results can be used before the request is complete.

What I can't tell (yet) is whether this works in a JSONP world. Will it look inside the function wrapper, or does it require "plain old"/ pure JSON result?

0

There are 0 answers