
Hi Team,
we have a javascript ajax from CRM portal webpage but this is not working on edge browser. it works fine in edge insider (chromium) or chrome.
on edge browser the ajax call keeps running for ever and never completes, is this a known behavior or anything to be done.
the ajax call in Javascript looks below:
$.ajax({
url: queryURL + methodName,
async: false,
type: 'GET',
dataType: 'jsonp',
accepts: "application/javascript",
contentType: "application/json; charset=utf-8",
xhrFields: {
withCredentials: true
},
Regards,
Ranjith