Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2b-dev/desktop
/ wait
Function
wait
examples/basic-javascript/index.js:12–14 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
10
})
11
12
function
wait(ms) {
13
return
new
Promise(resolve => setTimeout(resolve, ms))
14
}
15
16
/**
17
* @param {string} streamUrl - The URL of the stream to load
Callers
2
moveAround
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected