mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-12 13:11:07 +02:00
This is a major version bump, but the changelog at https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v25.0.0 doesn't indicate any breaking changes that should impact us. Moreover, this release contains the fix for the memory leak from puppeteer/puppeteer#14876, so we can remove the workaround related to that now. Finally, we rename `.puppeteerrc` to `.puppeteerrc.json` because of https://github.com/puppeteer/puppeteer/issues/15076, but in general it's a good idea to be explicit about the file format via its extension, so even if this upstream bug is fixed we don't need to revert this.
10 lines
120 B
JSON
10 lines
120 B
JSON
{
|
|
"chrome": {
|
|
"skipDownload": false
|
|
},
|
|
"firefox": {
|
|
"skipDownload": false,
|
|
"version": "nightly"
|
|
}
|
|
}
|