Skip to content

Commit

Permalink
fix: remove the flag disabling bfcache
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 28, 2023
1 parent 30bd030 commit 829aac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/puppeteer-core/src/node/ChromeLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class ChromeLauncher extends ProductLauncher {

if (!USE_TAB_TARGET) {
disabledFeatures.push('Prerender2');
disabledFeatures.push('BackForwardCache');
}

const chromeArguments = [
Expand Down

0 comments on commit 829aac7

Please sign in to comment.