jquery-jsonp
jquery-jsonp copied to clipboard
jquery jsonp plugin
$.jsonp({ url : $this.getCheckStatusUrl(), data : {}, xhrFields: {withCredentials: false}, callback : "callbackAction", success : function(json) {} }); I add like this, but it does not work, is anything goes...
I think it will save 4 bytes after minification, and it's more readable.
This bug can be manifested when a pending fetch of a legit resource (200 response) is aborted and afterwards a new fetch that leads to error (e.g. 404) is issued....