docs(new): add TSDoc comments to BrowserContext (#6066)

This commit is contained in:
Tim van der Lippe
2020-06-23 06:21:01 +01:00
committed by Mathias Bynens
parent ccae54644c
commit 4659ee8daa
16 changed files with 270 additions and 157 deletions

View File

@@ -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&lt;void&gt;
## Remarks
Only incognito browser contexts can be closed.