Nodejs Utililty Methods Event Stop

List of utility methods to do Event Stop

Description

The list of methods to do Event Stop are organized into topic(s).

Method

stop()
Event.prototype.stop = function() {
  this.preventDefault();
  this.stopPropagation();
};