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

Function trapCapturedEvent

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

Source from the content-addressed store, hash-verified

4256 trapEventForPluginEventSystem(element, topLevelType, false);
4257 }
4258 function trapCapturedEvent(topLevelType, element) {
4259 trapEventForPluginEventSystem(element, topLevelType, true);
4260 }
4261
4262 function trapEventForPluginEventSystem(container, topLevelType, capture) {
4263 var listener;

Callers 1

Calls 1

Tested by

no test coverage detected