Here is the code, like i said it runs in all other browsers but IE and Edge.
//Encode the JSON variable as a Data URLvar url = 'data:text/json;charset=UTF-8,' + encodeURIComponent(comdevQuery);//Treat Encoded Variable like file url$.getJSON(url, function(json){ //Do stuff}
أكثر...