feat: add ability to uninstall a browser (#10179)

This commit is contained in:
Alex Rudenko
2023-05-15 11:51:42 +02:00
committed by GitHub
parent 2ba96c6557
commit d388a6edfd
10 changed files with 259 additions and 20 deletions

View 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&lt;void&gt;