Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
const
requestIdleCallback =
2
(typeof self !==
'undefined'
&&
3
self.requestIdleCallback &&
4
self.requestIdleCallback.bind(window)) ||
Callers
nothing calls this directly
Calls
6
cb
Function · 0.50
clearTimeout
Function · 0.50
bind
Method · 0.45
now
Method · 0.45
setTimeout
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected