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

Function dispatchUserBlockingUpdate

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

Source from the content-addressed store, hash-verified

4292 }
4293
4294 function dispatchUserBlockingUpdate(topLevelType, eventSystemFlags, container, nativeEvent) {
4295 runWithPriority(UserBlockingPriority, dispatchEvent.bind(null, topLevelType, eventSystemFlags, container, nativeEvent));
4296 }
4297
4298 function dispatchEvent(topLevelType, eventSystemFlags, container, nativeEvent) {
4299 if (!_enabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected