Home / Programming MCQs / JavaScript MCQs / Question

M

Mr. Dubey • 51.43K Points
Coach

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

(A) s.pause();
(B) s.stop();
(C) s.halt();
(D) s.wait();
Explanation by: Mr. Dubey
The above code snippet is used to pause data events, for throttling uploads, e.g.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.