Vidyalelo
JavaScript · Q36

Parsing, Benchmarking And Logging

Programming · JavaScript · question 36

Q36

Which of the following object is used to post the data to an external process, say savePerfData?

A.
XML
B.
XBT
C.
XHR
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The benchmarking process will call the external process. We use XHR object to post the data to the external process.