22 lines
462 B
Markdown
22 lines
462 B
Markdown
---
|
|
sidebar_label: canDownload
|
|
---
|
|
|
|
# canDownload() function
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare function canDownload(options: InstallOptions): Promise<boolean>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --------- | ---------------------------------------------- | ----------- |
|
|
| options | [InstallOptions](./browsers.installoptions.md) | |
|
|
|
|
**Returns:**
|
|
|
|
Promise<boolean>
|