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

Function dispatchDiscreteEvent

docs/external/js/react-dom.development.js:4289–4292  ·  view source on GitHub ↗
(topLevelType, eventSystemFlags, container, nativeEvent)

Source from the content-addressed store, hash-verified

4287 }
4288
4289 function dispatchDiscreteEvent(topLevelType, eventSystemFlags, container, nativeEvent) {
4290 flushDiscreteUpdatesIfNeeded(nativeEvent.timeStamp);
4291 discreteUpdates(dispatchEvent, topLevelType, eventSystemFlags, container, nativeEvent);
4292 }
4293
4294 function dispatchUserBlockingUpdate(topLevelType, eventSystemFlags, container, nativeEvent) {
4295 runWithPriority(UserBlockingPriority, dispatchEvent.bind(null, topLevelType, eventSystemFlags, container, nativeEvent));

Callers

nothing calls this directly

Calls 2

discreteUpdatesFunction · 0.85

Tested by

no test coverage detected