(payload)
| 991 | } |
| 992 | |
| 993 | function broadcastDataUpdate(payload) { |
| 994 | chrome.runtime.sendMessage({ |
| 995 | type: 'DATA_UPDATED', |
| 996 | payload, |
| 997 | }).catch(() => { }); |
| 998 | } |
| 999 | |
| 1000 | function broadcastIcloudAliasesChanged(payload = {}) { |
| 1001 | chrome.runtime.sendMessage({ |
no outgoing calls
no test coverage detected