(message, type)
| 742 | } |
| 743 | |
| 744 | function updateStatus(message, type) { |
| 745 | const status = document.getElementById('status'); |
| 746 | status.innerHTML = `<div class="${type}">${message}</div>`; |
| 747 | } |
| 748 | |
| 749 | async function refreshScreenshot(showLoading = false) { |
| 750 | try { |
no outgoing calls
no test coverage detected