Files
autodoc/core
Iisyourdad 0ab29e4ff0
Template tests / tests (push) Successful in 1m52s
Template tests / tests (pull_request) Successful in 1m46s
Warm the frame recorder before hiding the window at recording start
The first screenshot of a session was late while every later one was fine.
Cause: on 'Start recording' the window hid first and the capture backend
started warming up after — creating worker, getUserMedia, first frame takes
~1s. A click in that gap found no buffered frame and took the post-click
fresh shot.

armRecording() now warms the recorder while the window is still visible and
only hides once frames are buffering (with a brief post-hide settle so the
first frame shows the user's screen, not the dismissed app window). Verified
end to end with a new self-test scenario that clicks 250ms after start: the
first click is now served a pre-click frame instead of a post-click shot.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 08:48:54 -05:00
..
2026-06-11 09:44:52 -05:00
2026-06-11 10:47:32 -05:00