mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-05 21:45:41 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright-core/lib/server/har/harTracer.js
generated
vendored
2
node_modules/playwright-core/lib/server/har/harTracer.js
generated
vendored
@@ -196,7 +196,7 @@ class HarTracer {
|
||||
if (!this._shouldIncludeEntryWithUrl(request.url())) return;
|
||||
const page = (_request$frame = request.frame()) === null || _request$frame === void 0 ? void 0 : _request$frame._page;
|
||||
if (this._page && page !== this._page) return;
|
||||
const url = network.parsedURL(request.url());
|
||||
const url = network.parseURL(request.url());
|
||||
if (!url) return;
|
||||
const pageEntry = this._createPageEntryIfNeeded(page);
|
||||
const harEntry = createHarEntry(request.method(), url, (_request$frame2 = request.frame()) === null || _request$frame2 === void 0 ? void 0 : _request$frame2.guid, this._options);
|
||||
|
||||
Reference in New Issue
Block a user