Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     s.pause();

    B.

     s.stop();

    C.

     s.halt();

    D.

     s.wait();

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The above code snippet is used to pause data events, for throttling uploads, e.g.


Be The First To Comment