Multiple choice technology programming languages

URL accessed through XMLHttpRequest's open method is stored in the history of the browser.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

XMLHttpRequest (AJAX) requests do not add entries to the browser's history. Only normal page navigation or history.pushState/replaceState calls modify the history stack.