Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
function
sleep(ms) {
85
return
new
Promise((resolvePromise) => setTimeout(resolvePromise, ms))
86
}
87
88
async
function
fileExists(path) {
89
try {
Callers
5
waitForFile
Function · 0.70
waitForHttpOk
Function · 0.70
connectToPage
Function · 0.70
waitForExpression
Function · 0.70
stopChild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected