MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / sleep

Function sleep

tooling/scripts/perf-web-runtime.mjs:84–86  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

82}
83
84function sleep(ms) {
85 return new Promise((resolvePromise) => setTimeout(resolvePromise, ms))
86}
87
88async function fileExists(path) {
89 try {

Callers 5

waitForFileFunction · 0.70
waitForHttpOkFunction · 0.70
connectToPageFunction · 0.70
waitForExpressionFunction · 0.70
stopChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected