()
| 33 | } |
| 34 | |
| 35 | function stopHandshake() { |
| 36 | if (handshakeInterval !== undefined) { |
| 37 | window.clearInterval(handshakeInterval); |
| 38 | handshakeInterval = undefined; |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | function showLoading() { |
| 43 | if (loadingEl) loadingEl.style.display = ''; |
no outgoing calls
no test coverage detected