reqwest
reqwest copied to clipboard
IE and JSONP
I've been trying to get IE8 to invoke the jsonp generalCallback, and finally I commented out lines 145 and 146:
// if this hack is used in IE10 jsonp callback are never called 145: script.event = 'onclick' 146: script.htmlFor = script.id = 'reqwest' + reqId
and things are working ok, including IE10.
Is this IE10 hack still necessary?
interesting. i imagine these hacks were here for much older browsers. i'll have a look at the blame history and see the original intention
@boazhachlili would you mind putting together a PR for all this. i bet the entire hack to begin with might not even be necessary...