(didExpire)
| 7781 | } |
| 7782 | |
| 7783 | function stopRequestCallbackTimer(didExpire) { |
| 7784 | if (enableUserTimingAPI) { |
| 7785 | if (supportsUserTiming) { |
| 7786 | isWaitingForCallback = false; |
| 7787 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 7788 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 7789 | } |
| 7790 | } |
| 7791 | } |
| 7792 | |
| 7793 | function startWorkTimer(fiber) { |
| 7794 | if (enableUserTimingAPI) { |
no test coverage detected