(didExpire)
| 6876 | } |
| 6877 | |
| 6878 | function stopRequestCallbackTimer(didExpire) { |
| 6879 | if (enableUserTimingAPI) { |
| 6880 | if (supportsUserTiming) { |
| 6881 | isWaitingForCallback = false; |
| 6882 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 6883 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 6884 | } |
| 6885 | } |
| 6886 | } |
| 6887 | |
| 6888 | function startWorkTimer(fiber) { |
| 6889 | if (enableUserTimingAPI) { |
no test coverage detected