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
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Eugen Podkorytov
106
Muhammad Shahzad Sh...
106
Most Valuable Professional