MCPcopy
hub / github.com/ThatGuySam/doesitarm / sleep

Function sleep

helpers/http.js:1–3  ·  view source on GitHub ↗
( delayMs )

Source from the content-addressed store, hash-verified

1function sleep ( delayMs ) {
2 return new Promise( resolve => setTimeout( resolve, delayMs ) )
3}
4
5function normalizeUrl ( url ) {
6 if ( url instanceof URL ) {

Callers 1

requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected