Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ stopPropagation
Method
stopPropagation
lib/internal/event_target.js:332–336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
}
331
332
stopPropagation() {
333
if
(!isEvent(this))
334
throw
new
ERR_INVALID_THIS(
'Event'
);
335
this.#propagationStopped = true;
336
}
337
}
338
339
ObjectDefineProperties(
Callers
15
stopImmediatePropagation
Method · 0.95
test-events-customevent.js
File · 0.80
test-eventtarget.js
File · 0.80
createFunctionNode
Function · 0.80
createViewSourceNode
Function · 0.80
_handleDetailsClick
Method · 0.80
_handleKeyDown
Method · 0.80
initializeUploadHandlers
Function · 0.80
insertLineNumber
Method · 0.80
getToggleElement
Method · 0.80
addBlock
Method · 0.80
addInstruction
Method · 0.80
Calls
1
isEvent
Function · 0.85
Tested by
no test coverage detected