Correct Answer: history.pushState()
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Ajax Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Ajax MCQ Questions
Which HTML5 feature can improve the experience of a user using the "back" and "forward" buttons when using AJAX techniques?
What does the acronym "blob" stand for when referring to data types?
In standard JavaScript, what makes asynchronous execution of Ajax calls possible?
Which browser features and/or technologies must be enabled, at a minimum, for AJAX techniques to function properly?
What are the advantages of using JavaScript libraries (like jQuery) to implement Ajax?
Why would a public api return a non valid json like this? for(;;); {'key1':val1,'key2': 'val2'}
Which parameter to request.open() are correct?
Which is true to convert AJAX JSON response into object?
Which is true about asynchronous request?
Correct way to disable register button while request is processing?