()
| 128 | } |
| 129 | |
| 130 | function clearExpiryTimer() { |
| 131 | if (expiryTimer) { |
| 132 | clearTimeout(expiryTimer); |
| 133 | expiryTimer = null; |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | async function refreshState({ notifyExpiry = false } = {}) { |
| 138 | try { |
no outgoing calls
no test coverage detected