MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / readyMessage

Function readyMessage

packages/player/src/hyperframes-player.test.ts:1821–1826  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1819 let postSpy: ReturnType<typeof vi.spyOn>;
1820
1821 function readyMessage() {
1822 return new MessageEvent("message", {
1823 source: frameWindow,
1824 data: { source: "hf-preview", type: "ready" },
1825 });
1826 }
1827
1828 function timelineMessage(durationInFrames = 120) {
1829 return new MessageEvent("message", {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected