mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: add ability to uninstall a browser (#10179)
This commit is contained in:
21
docs/browsers-api/browsers.uninstall.md
Normal file
21
docs/browsers-api/browsers.uninstall.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
sidebar_label: uninstall
|
||||
---
|
||||
|
||||
# uninstall() function
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export declare function uninstall(options: UninstallOptions): Promise<void>;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | -------------------------------------------------- | ----------- |
|
||||
| options | [UninstallOptions](./browsers.uninstalloptions.md) | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
||||
Reference in New Issue
Block a user