Consume the given event, using stopPropagation() if present or returnValue if not, and optionally also calling preventDefault().
stopPropagation()
returnValue
preventDefault()
Optional
Consume the given event, using
stopPropagation()
if present orreturnValue
if not, and optionally also callingpreventDefault()
.