Q. Which of the following object is used to post the data to an external process, say savePerfData?
β
Correct Answer: (C)
XHR
Explanation: The benchmarking process will call the external process. We use XHR object to post the data to the external process.