docs(new): migrate Browser docs to TSDoc (#6070)

This commit is contained in:
Peter Marshall
2020-06-23 07:19:15 +02:00
committed by GitHub
parent 28797dee41
commit ccae54644c
37 changed files with 357 additions and 333 deletions

View File

@@ -4,6 +4,8 @@
## Browser.disconnect() method
Disconnects Puppeteer from the browser, but leaves the Chromium process running. After calling `disconnect`<!-- -->, the [Browser](./puppeteer.browser.md) object is considered disposed and cannot be used anymore.
<b>Signature:</b>
```typescript