MCPcopy
hub / github.com/vercel/next.js / request-idle-callback.ts

File request-idle-callback.ts

packages/next/src/client/request-idle-callback.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const requestIdleCallback =
2 (typeof self !== 'undefined' &&
3 self.requestIdleCallback &&
4 self.requestIdleCallback.bind(window)) ||

Callers

nothing calls this directly

Calls 6

cbFunction · 0.50
clearTimeoutFunction · 0.50
bindMethod · 0.45
nowMethod · 0.45
setTimeoutMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected