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

Function setBatchingImplementation

docs/external/js/react-dom.development.js:829–834  ·  view source on GitHub ↗
(_batchedUpdatesImpl, _discreteUpdatesImpl, _flushDiscreteUpdatesImpl, _batchedEventUpdatesImpl)

Source from the content-addressed store, hash-verified

827 }
828 }
829 function setBatchingImplementation(_batchedUpdatesImpl, _discreteUpdatesImpl, _flushDiscreteUpdatesImpl, _batchedEventUpdatesImpl) {
830 batchedUpdatesImpl = _batchedUpdatesImpl;
831 discreteUpdatesImpl = _discreteUpdatesImpl;
832 flushDiscreteUpdatesImpl = _flushDiscreteUpdatesImpl;
833 batchedEventUpdatesImpl = _batchedEventUpdatesImpl;
834 }
835
836 var DiscreteEvent = 0;
837 var UserBlockingEvent = 1;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected