interceptionId property

InterceptionId interceptionId
final

Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch. Likewise if HTTP authentication is needed then the same fetch id will be used.

Implementation

final InterceptionId interceptionId;