Nodejs Event Stop stop()

Here you can find the source of stop()

Method Source Code

Event.prototype.stop = function() {
  this.preventDefault();//from  ww w  . jav  a2s  . co  m
  this.stopPropagation();
};