Skip to content

Commit

Permalink
chore: downgrade chromium version to fix pdf rendering on windows (#78)
Browse files Browse the repository at this point in the history
* chore: bump chrome version

* chore: update the bindings

* chore: downgrade chromium version to see if pdf works in it

* chore: attempt version bump

* chore: bump the version one more

* chore: bump version again

* chore: bump version

* chore: downgrade

* chore: attempt a bump

* chore: downgrade

* chore: downgrade to last 125 version

* chore: revert back down to last working version to try bump tech again

* chore: bump browser version

* chore: we going one by one boys

* chore: bump version further

* chore: bump version

* chore: bump version

* chore: downgrade

* chore: downgrade again

* chore: downgrade

* chore: downgrade version

* chore: this is the correct answer
  • Loading branch information
lino-levan authored Jul 5, 2024
1 parent 302a2aa commit bc48462
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 506 deletions.
2 changes: 2 additions & 0 deletions bindings/_tools/generate/getProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export async function getProtocol(): Promise<Protocol> {
args: [
"-remote-debugging-port=9222",
"--headless=new",
"--password-store=basic",
"--use-mock-keychain",
],
stderr: "piped",
});
Expand Down
Loading

0 comments on commit bc48462

Please sign in to comment.