Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ delay
Function
delay
examples/demo/src/utils/analytics/basic.js:9–9 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
7
})
8
9
function
delay(ms) {
return
new
Promise(res => setTimeout(res, ms)) }
10
11
let
run = false
12
/* initialize analytics and load plugins */
Callers
1
basic.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected