puppeteer/src/node
Alex Rudenko 2abd772c9c feat: detect Firefox in connect() automatically (#8718)
This PR implements automatic detection of the Firefox product when the `.connect()` method is used. This partially undoes the breaking change in https://github.com/puppeteer/puppeteer/pull/8520 but it's also a breaking change on its own since we don't accept an explicit product name anymore (it does not look like it was used anyway).
2022-08-02 13:18:51 +00:00
..
BrowserFetcher.ts feat: add documentation (#8593) 2022-07-01 11:52:39 +00:00
BrowserRunner.ts feat: export public types only (#8584) 2022-06-27 09:24:23 +02:00
ChromeLauncher.ts fix: disable AcceptCHFrame (#8706) 2022-08-02 13:18:49 +00:00
FirefoxLauncher.ts feat: use CDP's auto-attach mechanism (#8520) 2022-08-02 13:18:07 +00:00
install.ts feat: export public types only (#8584) 2022-06-27 09:24:23 +02:00
LaunchOptions.ts chore: use Google's TS style guide's format config (#8542) 2022-06-22 15:25:44 +02:00
NodeWebSocketTransport.ts fix: import URL (#8670) 2022-07-21 08:20:51 +02:00
PipeTransport.ts feat: export public types only (#8584) 2022-06-27 09:24:23 +02:00
ProductLauncher.ts feat: export public types only (#8584) 2022-06-27 09:24:23 +02:00
Puppeteer.ts feat: detect Firefox in connect() automatically (#8718) 2022-08-02 13:18:51 +00:00
util.ts chore: split Launcher.ts (#8544) 2022-06-23 00:13:39 +02:00