• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

microlinkhq / browserless / 29778167541 / 9
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 08:59PM UTC
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jul 2026 08:56PM UTC coverage: 79.477%. Remained the same
29778167541.9

push

github

web-flow
fix(errors): treat detached-frame and early-main-frame as retryable (#846)

`captureWithNavigationRetry` (wrapping page.pdf/screenshot) and `waitForReady`
only wait-and-retry when `isContextDestroyed` matches. Two frame-lifecycle
races on production 3.42.8 slipped through and failed the capture outright:

  Execution context is not available in detached frame or worker "<url>"   (6/24h)
  Requesting main frame too early!                                          (2/24h)

The first is Chrome's other phrasing of a frame detaching mid-operation — the
same condition as the already-matched "Attempted to use detached Frame", seen
on SPAs (app.oviond.com) that client-navigate to a sub-route while a print
targeting the old frame is in flight. The second is the inverse: an operation
ran before the page's main frame attached.

Both resolve once navigation settles, which is exactly what the retry does; a
page that never navigates falls through when the bounded retry budget
(timeouts.action) ends, same as today, just after a short wait.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

128 of 193 branches covered (66.32%)

Branch coverage included in aggregate %.

662 of 801 relevant lines covered (82.65%)

23.11 hits per line

Source Files on job browserless - 29778167541.9
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29778167541
  • 3d529b18 on github
  • Prev Job for on master (#29776805285.2)
  • Next Job for on master (#29898165293.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc