MCPcopy
hub / github.com/basecamp/trix / delay

Function delay

src/test/test_helpers/timing_helpers.js:9–11  ·  view source on GitHub ↗
(ms = 1)

Source from the content-addressed store, hash-verified

7}
8
9export function delay(ms = 1) {
10 return new Promise(resolve => setTimeout(resolve, ms))
11}

Callers 12

typeNextCharacterFunction · 0.90
typeCharactersFunction · 0.90
dragFunction · 0.90
clickToolbarButtonFunction · 0.90
attachment_test.jsFile · 0.90
pasting_test.jsFile · 0.90
pasteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…