(payload = {})
| 998 | } |
| 999 | |
| 1000 | function broadcastIcloudAliasesChanged(payload = {}) { |
| 1001 | chrome.runtime.sendMessage({ |
| 1002 | type: 'ICLOUD_ALIASES_CHANGED', |
| 1003 | payload, |
| 1004 | }).catch(() => { }); |
| 1005 | } |
| 1006 | |
| 1007 | async function setEmailStateSilently(email) { |
| 1008 | await setState({ email }); |
no outgoing calls
no test coverage detected