TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bharat Leel
NA
104
6.8k
Is there any way to handle this timelimit for Safari browser
Dec 12 2017 9:15 AM
We have used ajax call with "async: false" through out our web application, now in Safari browser(in Windows and Mac OS both) if response gets delayed more than 5 seconds Safari browser throws dom timeout exeption.
$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
url: "Web method url",
data: jsonData,
async: false,
success: function (data) {
},
error: function (data) {
},
complete: function () {
}
});
Reply
Answers (
1
)
Tabs Column are not coming properly
Iam Getting Error in Data binding to Kendo UI Grid