Things which aren't magic – JSONP
1–4 of 4 posts
Re: Things which aren't magic – JSONP
#2simple and clear! what's next?
Re: Things which aren't magic – JSONP
#3Sadly JSONP continues to flourish and so requires substantial work to get some semblance of good performance for large datasets. JSC explicitly checks all program code for the common JSONP idioms and pushes them down a completely different execution path (that is equivalent to simply calling JSON.parse) :-/
Re: Things which aren't magic – JSONP
#4Now run two fetches at the same time, and watch it get the data mysteriously mixed up 0.1% of the time.