14 lines
635 B
Markdown
14 lines
635 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [DownloadWillBeginEvent](./puppeteer.protocol.page.downloadwillbeginevent.md) > [suggestedFilename](./puppeteer.protocol.page.downloadwillbeginevent.suggestedfilename.md)
|
|
|
|
## Protocol.Page.DownloadWillBeginEvent.suggestedFilename property
|
|
|
|
Suggested file name of the resource (the actual name of the file saved on disk may differ).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
suggestedFilename: string;
|
|
```
|