(postMessage: (payload: unknown) => void)
| 24 | * Called once during runtime bootstrap from `init.ts`. |
| 25 | */ |
| 26 | export function initRuntimeAnalytics(postMessage: (payload: unknown) => void): void { |
| 27 | _postMessage = postMessage; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Emit an analytics event through the bridge. |
no outgoing calls
no test coverage detected