xmlhttprequest - download progress with jsonp via ajax -
in internet many example how extend $.ajax download (or upload) progress. this example work perfect plain-text, xml, json, not work jsonp. there no reaction event-listeners. wrote example on pure javascript, no result. know script-append-to-dom-way. using method can not progress.
how can download progress jsonp , via xmlhttprequest?
i know script-append-to-dom-way.
jsonp is script-append-to-dom-way. there no "progress" events on script tags afaik.
Comments
Post a Comment