File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
32963300export interface BrowserMonitorDisconnectedEvent {
32973301 category : 'monitor' ;
You can’t perform that action at this time.
0 commit comments