(didExpire)
| 7678 | } |
| 7679 | |
| 7680 | function stopRequestCallbackTimer(didExpire) { |
| 7681 | if (enableUserTimingAPI) { |
| 7682 | if (supportsUserTiming) { |
| 7683 | isWaitingForCallback = false; |
| 7684 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 7685 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 7686 | } |
| 7687 | } |
| 7688 | } |
| 7689 | |
| 7690 | function startWorkTimer(fiber) { |
| 7691 | if (enableUserTimingAPI) { |
no test coverage detected