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

Function stopRequestCallbackTimer

code/styling/public/app.js:7645–7653  ·  view source on GitHub ↗
(didExpire)

Source from the content-addressed store, hash-verified

7643}
7644
7645function stopRequestCallbackTimer(didExpire) {
7646 if (enableUserTimingAPI) {
7647 if (supportsUserTiming) {
7648 isWaitingForCallback = false;
7649 var warning$$1 = didExpire ? 'React was blocked by main thread' : null;
7650 endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1);
7651 }
7652 }
7653}
7654
7655function startWorkTimer(fiber) {
7656 if (enableUserTimingAPI) {

Callers 1

performWorkFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected