mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): add TSDoc comments to BrowserContext (#6066)
This commit is contained in:
committed by
Mathias Bynens
parent
ccae54644c
commit
4659ee8daa
@@ -4,6 +4,8 @@
|
||||
|
||||
## BrowserContext.close() method
|
||||
|
||||
Closes the browser context. All the targets that belong to the browser context will be closed.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
@@ -13,3 +15,7 @@ close(): Promise<void>;
|
||||
|
||||
Promise<void>
|
||||
|
||||
## Remarks
|
||||
|
||||
Only incognito browser contexts can be closed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user