Closed larrybek closed 11 years ago
Are you executing this code from background or content script?
Im using code from background as its in instruction
Also have problem with integrating any json or jsonp files with ajax from other servers in content script same in firefox 20 its doesnt load anything.
Can't reproduce. Could you please provide sample URL and data?
};
kango.xhr.send(details, function(data) { if(data.status == 200 && data.response != null) { var text = data.response; kango.console.log(text); } else { // something went wrong kango.console.log('something went wrong'); } });
Running this function in extension on firefox20 doesn't display anything.