Commit f474aeb
committed
fix(three-dissolve): expose window.__hf for capture engine readiness
The engine's initializeSession polls for window.__hf = { duration, seek }
to know the page is renderable. This was removed during the debug-globals
cleanup — the capture engine never saw readiness, polling until the 120s
CI timeout killed it, producing the HeadlessExperimental.beginFrame error.
Set __hf in both the onLoad and onError GLTF callbacks, alongside
the __tailwindReady resolution.1 parent a687e5d commit f474aeb
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
| 493 | + | |
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
| |||
0 commit comments