You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The HTTP response, either from the HTTP client or from the initial request from playwright's navigation.
97
103
*/
98
-
response: BaseHttpResponseData;
104
+
response: ResponseWithUrl;
99
105
100
106
/**
101
107
* Playwright Page object. If accessed in HTTP-only rendering, this will throw an error and make the AdaptivePlaywrightCrawlerContext retry the request in a browser.
@@ -430,20 +436,20 @@ export class AdaptivePlaywrightCrawler extends PlaywrightCrawler {
0 commit comments