Files
hyperframes/packages
Miguel Ángel 62b7137e72 fix(engine): use domcontentloaded to avoid video preload navigation timeout (#1239)
Page.goto with waitUntil:'load' blocks until all video sources finish
preloading metadata. With 6+ video sources (8–21s each), this reliably
exceeds the 60s navigation timeout, causing renders to hang at
'Initializing calibration session...' on M4 and other Apple Silicon macs.

Switch to waitUntil:'domcontentloaded' so navigation resolves as soon as
the DOM is ready, without gating on video media loading.

Fixes #1231
2026-06-06 16:04:04 -04:00
..
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00
2026-06-06 20:00:52 +00:00