(didExpire)
| 7004 | } |
| 7005 | |
| 7006 | function stopRequestCallbackTimer(didExpire) { |
| 7007 | if (enableUserTimingAPI) { |
| 7008 | if (supportsUserTiming) { |
| 7009 | isWaitingForCallback = false; |
| 7010 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 7011 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 7012 | } |
| 7013 | } |
| 7014 | } |
| 7015 | |
| 7016 | function startWorkTimer(fiber) { |
| 7017 | if (enableUserTimingAPI) { |
no test coverage detected