(ms)
| 8 | const clipboardAPI = navigator.clipboard; |
| 9 | |
| 10 | function wait(ms) { |
| 11 | return new Promise(r => setTimeout(r, ms)); |
| 12 | } |
| 13 | |
| 14 | /** |
| 15 | * The Clipboard component copies text to the clipboard |
no outgoing calls
no test coverage detected
searching dependent graphs…