| 5 | const HeartbeatTimeout = 60000 // Die if no heartbeat for 1 min |
| 6 | |
| 7 | export class FrameStateManager { |
| 8 | private lastHeartbeatTimestamp: Date |
| 9 | private frameState: FrameState |
| 10 | private postMessageToFrame: (message: RuntimeMessage) => void |
nothing calls this directly
no outgoing calls
no test coverage detected