MCPcopy 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
156function sleep(ms) {
157 return new Promise((resolve) => setTimeout(resolve, ms));
158}
159
160class NodeWebSocket {
161 constructor(url) {

Callers 6

waitForDevToolsFunction · 0.70
stopChromeFunction · 0.70
waitForValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected