Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     XML

    B.

     XBT

    C.

     XHR

    D.

     None of the mentioned

    View Answer

    Workspace

    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