MCPcopy Create free account
hub / github.com/microsoft/SandDance / trapBubbledEvent

Function trapBubbledEvent

docs/external/js/react-dom.development.js:4255–4257  ·  view source on GitHub ↗
(topLevelType, element)

Source from the content-addressed store, hash-verified

4253 return _enabled;
4254 }
4255 function trapBubbledEvent(topLevelType, element) {
4256 trapEventForPluginEventSystem(element, topLevelType, false);
4257 }
4258 function trapCapturedEvent(topLevelType, element) {
4259 trapEventForPluginEventSystem(element, topLevelType, true);
4260 }

Callers 3

setInitialPropertiesFunction · 0.85
diffHydratedPropertiesFunction · 0.85

Calls 1

Tested by

no test coverage detected