(didExpire)
| 6973 | } |
| 6974 | |
| 6975 | function stopRequestCallbackTimer(didExpire) { |
| 6976 | if (enableUserTimingAPI) { |
| 6977 | if (supportsUserTiming) { |
| 6978 | isWaitingForCallback = false; |
| 6979 | var warning$$1 = didExpire ? 'React was blocked by main thread' : null; |
| 6980 | endMark('(Waiting for async callback...)', '(Waiting for async callback...)', warning$$1); |
| 6981 | } |
| 6982 | } |
| 6983 | } |
| 6984 | |
| 6985 | function startWorkTimer(fiber) { |
| 6986 | if (enableUserTimingAPI) { |
no test coverage detected