mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove unused request._redirectedFrom (#28485)
This commit is contained in:
parent
b4de3133cc
commit
9a95d9a60c
@ -508,7 +508,6 @@ class InterceptableRequest {
|
||||
readonly _timestamp: number;
|
||||
readonly _wallTime: number;
|
||||
readonly _route: RouteImpl | null;
|
||||
private _redirectedFrom: InterceptableRequest | null;
|
||||
session: CRSession;
|
||||
|
||||
constructor(options: {
|
||||
@ -530,7 +529,6 @@ class InterceptableRequest {
|
||||
this._interceptionId = requestPausedEvent && requestPausedEvent.requestId;
|
||||
this._documentId = documentId;
|
||||
this._route = route;
|
||||
this._redirectedFrom = redirectedFrom;
|
||||
|
||||
const {
|
||||
headers,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user