MCPcopy Index your code
hub / github.com/plotly/dash / wait

Function wait

components/dash-core-components/src/components/Clipboard.react.js:10–12  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

8const clipboardAPI = navigator.clipboard;
9
10function wait(ms) {
11 return new Promise(r => setTimeout(r, ms));
12}
13
14/**
15 * The Clipboard component copies text to the clipboard

Callers 5

copySuccessMethod · 0.85
loadingMethod · 0.85
copyToClipboardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…