Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ sleep
Function
sleep
scripts/e2e-webrtc-reliability.mjs:156–158 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
154
}
155
156
function
sleep(ms) {
157
return
new
Promise((resolve) => setTimeout(resolve, ms));
158
}
159
160
class
NodeWebSocket {
161
constructor(url) {
Callers
6
waitForDevTools
Function · 0.70
e2e-webrtc-reliability.mjs
File · 0.70
stopChrome
Function · 0.70
waitForValue
Function · 0.70
waitForDecodedFrameAfterInteraction
Function · 0.70
waitForPresentedFrameAfterInteraction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected