Skip to content

Commit 809b9c8

Browse files
feat: Correct monitor_disconnected description on computed state
Stainless-Generated-From: 292847796a6ae9d3913a3c78aa61b84d488b1bd9
1 parent 3d555d7 commit 809b9c8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

‎src/resources/browsers/telemetry.ts‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,8 +3290,12 @@ export namespace BrowserLiveViewDisconnectEvent {
32903290

32913291
/**
32923292
* The CDP connection to Chrome was lost. Telemetry events may be dropped until
3293-
* monitor_reconnected arrives. Treat any in-progress computed state (network_idle,
3294-
* page_layout_settled) as unreliable until then.
3293+
* monitor_reconnected arrives. In-progress computed state is discarded rather than
3294+
* paused, so computed events still pending for the current navigation
3295+
* (network_idle, page_layout_settled, page_navigation_settled) never fire.
3296+
* monitor_reconnected does not restore them. After reattachment a fresh state
3297+
* machine starts, so computed events can resume before the next navigation and
3298+
* carry empty navigation context until one occurs.
32953299
*/
32963300
export interface BrowserMonitorDisconnectedEvent {
32973301
category: 'monitor';

0 commit comments

Comments
 (0)