()
| 59 | } |
| 60 | |
| 61 | const browserStorage = () => globalThis.window?.localStorage ?? null; |
| 62 | |
| 63 | const desktopProfileStorageBridge = (): DesktopProfileStorageBridge | null => { |
| 64 | const bridge = globalThis.window?.executor; |
no outgoing calls
no test coverage detected