MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / runExtractedEventsInBatch

Function runExtractedEventsInBatch

code/communication/public/app.js:2437–2440  ·  view source on GitHub ↗
(topLevelType, targetInst, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

2435}
2436
2437function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
2438 var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
2439 runEventsInBatch(events, false);
2440}
2441
2442var EventPluginHub = Object.freeze({
2443 injection: injection,

Callers 1

handleTopLevelFunction · 0.70

Calls 2

extractEventsFunction · 0.70
runEventsInBatchFunction · 0.70

Tested by

no test coverage detected