Live data from Hacker News

Chrome’s Headless mode gets an upgrade: introducing –headless=new

developer.chrome.com

1–3 of 3 posts

Re: Chrome’s Headless mode gets an upgrade: introducing –headless=new

#2
Did you know that “old” Chrome Headless (2017–2023) was a separate, alternate browser implementation that just happened to be shipped as part of the same Chrome binary? It doesn’t share any of the Chrome browser code in //chrome.

--headless=new in Chrome 112 on the other hand works the way you'd expect.

Re: Chrome’s Headless mode gets an upgrade: introducing –headless=new

#3
post #2

Did you know that “old” Chrome Headless (2017–2023) was a separate, alternate browser implementation that just happened to be shipped as part of the same Chrome binary? It doesn’t share any of the Chrome browser code in //chrome. --headless=new in Chrome 112 on the other hand works the way you'd expect.

thanks for the ... heads up I guess?

BTW always have to quote one of your pages whenever it comes to Unicode in JS and stuff like that, so again, thanks for that!