Skip to content

Commit

Permalink
Add type to support pending request divergences (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbook13 authored Oct 2, 2024
1 parent 35165cf commit bb7b748
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface NetworkActivityDivergenceIndicator {
type: "network-activity";
beforeEventIndices?: number[] | undefined;
afterEventIndices: number[];
kind: "completed-requests" | "pending-requests";
}

export interface InitialNavigationDivergenceIndicator {
Expand Down

0 comments on commit bb7b748

Please sign in to comment.