MCPcopy 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
9function delay(ms) { return new Promise(res => setTimeout(res, ms)) }
10
11let run = false
12/* initialize analytics and load plugins */

Callers 1

basic.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected