MCPcopy
hub / github.com/microsoft/playwright / setTimeout

Method setTimeout

packages/injected/src/clock.ts:46–46  ·  view source on GitHub ↗
(task: () => void, timeout?: number)

Source from the content-addressed store, hash-verified

44 dateNow(): number;
45 performanceNow(): EmbedderTicks;
46 setTimeout(task: () => void, timeout?: number): () => void;
47 setInterval(task: () => void, delay: number): () => void;
48}
49

Callers 15

httpRequestFunction · 0.65
_updateRealTimeTimerMethod · 0.65
_callFirstTimerMethod · 0.65
createClockFunction · 0.65
onClickMethod · 0.65
flashToolSucceededMethod · 0.65
recreateMethod · 0.65
installListenersMethod · 0.65
_pollRecorderModeMethod · 0.65

Calls

no outgoing calls

Tested by 3

onClickFunction · 0.52
hydrateFunction · 0.52
callbackFunction · 0.52