MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/runtime/frame_state_manager.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const HeartbeatTimeout = 60000 // Die if no heartbeat for 1 min
6
7export class FrameStateManager {
8 private lastHeartbeatTimestamp: Date
9 private frameState: FrameState
10 private postMessageToFrame: (message: RuntimeMessage) => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected