Q8
What is the method used to pause “data” events?
A.
s.pause();
AnswerB.
s.stop();
C.
s.halt();
D.
s.wait();
Answer: Option A
Solution
Answer: Option A
Solution:
The above code snippet is used to pause data events, for throttling uploads, e.g.