(didExpire)
| 7643 | } |
| 7644 | |
| 7645 | function 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 | |
| 7655 | function startWorkTimer(fiber) { |
| 7656 | if (enableUserTimingAPI) { |
no test coverage detected