Which of the following object is used to post the data to an external process, say savePerfData?
Which of the following object is used to post the data to an external process, say savePerfData? Correct Answer XHR
XHR(XMLHttpRequest) is an API in the form of an object whose methods transfer data between a web browser and a web server. The benchmarking process will call the external process. We use XHR object to post the data to the external process.