MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / startRequestCallbackTimer

Function startRequestCallbackTimer

code/new-context-api/public/app.js:6997–7004  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6995}
6996
6997function startRequestCallbackTimer() {
6998 if (enableUserTimingAPI) {
6999 if (supportsUserTiming && !isWaitingForCallback) {
7000 isWaitingForCallback = true;
7001 beginMark('(Waiting for async callback...)');
7002 }
7003 }
7004}
7005
7006function stopRequestCallbackTimer(didExpire) {
7007 if (enableUserTimingAPI) {

Callers 1

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected