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

Function createAndAccumulateChangeEvent

code/styling/public/app.js:4682–4689  ·  view source on GitHub ↗
(inst, nativeEvent, target)

Source from the content-addressed store, hash-verified

4680};
4681
4682function createAndAccumulateChangeEvent(inst, nativeEvent, target) {
4683 var event = SyntheticEvent$1.getPooled(eventTypes$1.change, inst, nativeEvent, target);
4684 event.type = 'change';
4685 // Flag this event loop as needing state restore.
4686 enqueueStateRestore(target);
4687 accumulateTwoPhaseDispatches(event);
4688 return event;
4689}
4690/**
4691 * For IE shims
4692 */

Callers 2

app.jsFile · 0.70

Calls 2

enqueueStateRestoreFunction · 0.70

Tested by

no test coverage detected