Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
function
delay(ms = 1) {
10
return
new
Promise(resolve => setTimeout(resolve, ms))
11
}
Callers
12
html_parser_test.js
File · 0.90
typeNextCharacter
Function · 0.90
typeCharacters
Function · 0.90
mouseDownOnElementAndMove
Function · 0.90
drag
Function · 0.90
clickToolbarButton
Function · 0.90
html_loading_test.js
File · 0.90
accessibility_test.js
File · 0.90
attachment_test.js
File · 0.90
pasting_test.js
File · 0.90
custom_element_test.js
File · 0.90
paste
Function · 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…