MCPcopy Create free account
hub / github.com/TanStack/db / cancelIdleCallbackPolyfill

Function cancelIdleCallbackPolyfill

packages/db/src/utils/browser-polyfills.ts:23–25  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

21}
22
23const cancelIdleCallbackPolyfill = (id: number): void => {
24 clearTimeout(id as unknown as ReturnType<typeof setTimeout>)
25}
26
27export const safeRequestIdleCallback: (
28 callback: IdleCallbackFunction,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected