Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HasData/cloudflare-bypass
/ sleep
Function
sleep
NodeJS/full_flow_example.js:16–18 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
14
];
15
16
function
sleep(ms) {
17
return
new
Promise(resolve => setTimeout(resolve, ms));
18
}
19
20
async
function
humanLikeInteraction(page) {
21
await
page.mouse.move(100, 100);
Callers
1
humanLikeInteraction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected