Back to Puppeteer

canDownload() function

website/versioned_docs/version-24.40.0/browsers-api/browsers.candownload.md

19.2.2411 B
Original Source

canDownload() function

Signature

typescript
export declare function canDownload(options: InstallOptions): Promise<boolean>;

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

InstallOptions

</td><td> </td></tr> </tbody></table>

Returns:

Promise<boolean>