hwogrpw

Results 1 issues of hwogrpw

When the following code is ran, a WebSocket connection to the browser is established. ``` const browser = await puppeteer.launch({pipe: true}); ``` But according to [puppeteer.launch](https://github.com/puppeteer/puppeteer/blob/v14.1.1/docs/api.md#puppeteerlaunchoptions), a pipe should be...