Discussion :: Javascript - CS
- Which of the following object is used to post the data to an external process, say savePerfData?
Answer : Option C
Explanation :
The benchmarking process will call the external process. We use XHR object to post the data to the external process.
Be The First To Comment