()
| 44 | ): void => window.opener?.postMessage?.({ ...params, eventKey }, attributes); |
| 45 | |
| 46 | export const checkIsExtension = (): boolean => !!process.env.TARGET_BROWSER; |
| 47 | export const isExtension = !!process.env.TARGET_BROWSER; |
| 48 | export const isFirefoxExtension = process.env.TARGET_BROWSER === 'firefox'; |
| 49 | export const isChromeExtension = process.env.TARGET_BROWSER === 'chrome'; |
no outgoing calls
no test coverage detected