Skip to content

Commit

Permalink
remove unneeded flags
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 10, 2023
1 parent b613c77 commit 662667b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ async function test(port) {
const browser = await puppeteer.launch({
headless: "new",
args: [
'--enable-unsafe-webgpu',
'--enable-webgpu-developer-features',
'--use-angle=swiftshader',
//'--enable-unsafe-webgpu',
//'--enable-webgpu-developer-features',
//'--use-angle=swiftshader',
'--user-agent=puppeteer',
],
});
Expand Down

0 comments on commit 662667b

Please sign in to comment.