MCPcopy
hub / github.com/philc/vimium / alwaysContinueBubbling

Method alwaysContinueBubbling

lib/handler_stack.js:120–125  ·  view source on GitHub ↗
(handler = null)

Source from the content-addressed store, hash-verified

118 // handlers can use to always return the same value. This then means that the handler itself can
119 // be implemented without regard to its return value.
120 alwaysContinueBubbling(handler = null) {
121 if (typeof handler === "function") {
122 handler();
123 }
124 return this.continueBubbling;
125 }
126
127 alwaysSuppressPropagation(handler = null) {
128 // TODO(philc): Shorten this.

Callers 5

initMethod · 0.80
initMethod · 0.80
initFunction · 0.80
exitEventHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected