Skip to content

Commit

Permalink
feat: provide default initiatorType
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Dec 17, 2024
1 parent df949a1 commit 4cfccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bidiMapper/modules/network/NetworkRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ export class NetworkRequest {
// TODO: populate
destination: '',
// TODO: populate
initiatorType: null,
initiatorType: 'destination',
timings: this.#timings,
};

Expand Down

0 comments on commit 4cfccc9

Please sign in to comment.