Files
hyperframes/packages
Lirian Su 9a7b3efa94 fix(cli): align snapshot's local InjectFn return type with engine
`injectVideoFramesBatch` now returns `Promise<string[]>` so the caller can
filter cache entries to videos the page actually painted. The cli-side
snapshot command does not use the return value, but its local `InjectFn`
declared `Promise<void>` which made the `as { injectVideoFramesBatch:
InjectFn }` cast on the dynamic engine import fail typecheck under TS's
"sufficiently overlapping types" rule. Match the engine's actual export
shape.
2026-05-26 00:37:13 -04:00
..
2026-05-25 23:49:33 +00:00
2026-05-25 23:49:33 +00:00
2026-05-25 23:49:33 +00:00
2026-05-25 23:49:33 +00:00
2026-05-25 23:49:33 +00:00
2026-05-25 23:49:33 +00:00