Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the method used to pause “data” events?

a) s.pause();
b) s.stop();
c) s.halt();
d) s.wait();

Answer: a
Explanation: Data events are the events which are performed by either the user or the browser. The above code snippet is used to pause data events, for throttling uploads.

Join The Discussion