v0.6.79

heygen-com/hyperframesv0.6.79Jun 6, 2026by github-actions[bot]

AI Summary

Switches the parity harness page navigation event from `load` to `domcontentloaded` to prevent timeouts caused by slow video preloading on compositions with large media sources.

Key Highlights

  • Switch to `domcontentloaded` event for navigation
  • Prevent timeouts on compositions with large or numerous media sources

Full Release Notes

# HyperFrames v0.6.79

Released on 2026-06-06.

Switches the parity harness page navigation to `domcontentloaded` instead of `load`, preventing timeouts caused by slow video preload on compositions with large or numerous media sources.

## Fixes

- **Engine:** Use domcontentloaded to avoid video preload navigation timeout ([62b7137e](https://github.com/heygen-com/hyperframes/commit/62b7137e723c3e3ef590950eed99ec5a671749cd), [#1239](https://github.com/heygen-com/hyperframes/pull/1239))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.6.78...v0.6.79