PrepAway - Latest Free Exam Questions & Answers

Which line of code should you use?

You are developing a web page that consumes a Windows Communication Foundation (WCF) service. The
page includes the following code segment.
var xhr = new XMLHttpRequest() ;
The page uses the xhrHandler() method to listen forchanges to the request status of the WCF service calls.
It uses the xmlToJavaScript() method to convert theresponse from the WCF service to a JavaScript object.
The xhrHandlerQ method must be called automaticallyeach time the request status changes.
You need to add the event handler to the request object.
Which line of code should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
xhr.onCallback = xhrHandler;

B.
xhr.onreadystatechange = xhrHandler;

C.
xhr.readyState = xhrHandler;

D.
xhr.status = xhrHandler;


Leave a Reply