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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## Unreleased
6
+
7
+
### Changed
8
+
9
+
- Add extra options for fetchers, including support for (authentifying) proxies and switchin on/off headless mode and
10
+
sandboxing.
11
+
5
12
## 9.1.0 - 2025-10-01
6
13
7
14
_Full changeset and discussions: [#1197](https://github.com/OpenTermsArchive/engine/pull/1197)._
awaitclient.send('Network.clearBrowserCookies');// Clear cookies to ensure clean state between fetches and prevent session persistence across different URLs
response=awaitpage.goto(url,{waitUntil: 'load'});// Using `load` instead of `networkidle0` as it's more reliable and faster. The 'load' event fires when the page and all its resources (stylesheets, scripts, images) have finished loading. `networkidle0` can be problematic as it waits for 500ms of network inactivity, which may never occur on dynamic pages and then triggers a navigation timeout.
29
35
30
36
if(!response){
@@ -86,7 +92,33 @@ export async function launchHeadlessBrowser() {
0 commit comments