Skip to content

Commit

Permalink
docs: connect works with any supported browser (#5572)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjzffr committed Apr 2, 2020
1 parent d678013 commit c82b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -459,7 +459,7 @@ const puppeteer = require('puppeteer');
- `transport` <[ConnectionTransport]> **Experimental** Specify a custom transport object for Puppeteer to use.
- returns: <[Promise]<[Browser]>>

This methods attaches Puppeteer to an existing Chromium instance.
This methods attaches Puppeteer to an existing browser instance.

#### puppeteer.createBrowserFetcher([options])
- `options` <[Object]>
Expand Down

0 comments on commit c82b556

Please sign in to comment.