Skip to content

Commit

Permalink
format sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanGaignault committed Oct 24, 2024
1 parent 7a62b8b commit 86cfedc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/rum-core/src/rumEvent.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,10 @@ export type RumResourceEvent = CommonProperties &
readonly start: number
[k: string]: unknown
}
/**
* Network protocol used to fetch the resource (e.g., 'http/1.1', 'h2')
*/
readonly protocol?: string
/**
* The provider for this resource
*/
Expand Down

0 comments on commit 86cfedc

Please sign in to comment.