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

Function startRequestCallbackTimer

code/third-party/public/app.js:6869–6876  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6867}
6868
6869function startRequestCallbackTimer() {
6870 if (enableUserTimingAPI) {
6871 if (supportsUserTiming && !isWaitingForCallback) {
6872 isWaitingForCallback = true;
6873 beginMark('(Waiting for async callback...)');
6874 }
6875 }
6876}
6877
6878function stopRequestCallbackTimer(didExpire) {
6879 if (enableUserTimingAPI) {

Callers 1

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected