stop static method

void stop(
  1. Event e
)

Does stopPropagation and preventDefault at the same time.

Implementation

external static void stop(Event e);