mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove stray fallback overrides check
This commit is contained in:
parent
9cf068ad06
commit
48f98673ef
@ -159,7 +159,7 @@ export class Request extends ChannelOwner<channels.RequestChannel> implements ap
|
||||
headers(): Headers {
|
||||
if (this._fallbackOverrides.headers)
|
||||
return RawHeaders._fromHeadersObjectLossy(this._fallbackOverrides.headers).headers();
|
||||
return this._fallbackOverrides.headers || this._provisionalHeaders.headers();
|
||||
return this._provisionalHeaders.headers();
|
||||
}
|
||||
|
||||
_context() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user