1. Navigation API
  2. Timing API
  3. Navigation Timing API
  4. None of the mentioned
4 views

1 Answers

Answer: Option 3

The timing code is in the page, so it affects how the page loads and the time that takes.. The Navigation Timing API can be used to get the timing without affecting the page loading process.

4 views

Related Questions