(didExpire)
| 7894 | } |
| 7895 | |
| 7896 | function stopRequestCallbackTimer(didExpire) { |
| 7897 | if (enableUserTimingAPI) { |
| 7898 | if (supportsUserTiming) { |
| 7899 | isWaitingForCallback = false; |
| 7900 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 7901 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 7902 | } |
| 7903 | } |
| 7904 | } |
| 7905 | |
| 7906 | function startWorkTimer(fiber) { |
| 7907 | if (enableUserTimingAPI) { |
no test coverage detected