Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ cancelInspectorIdleCallback
Function
cancelInspectorIdleCallback
src/common/inspector/idle.ts:14–15 ·
view source on GitHub ↗
(id: number)
Source
from the content-addressed store, hash-verified
12
) as unknown as number);
13
14
export
const
cancelInspectorIdleCallback = (id: number): void =>
15
globalThis.cancelIdleCallback?.(id) ?? clearTimeout(id);
Callers
2
handleScroll
Function · 0.90
Body
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…