puppeteer/new-docs/puppeteer.filechooser.cancel.md
Martin Splitt 60904da4cd docs(new): migrate FileChooser docs to TSDoc (#6092)
Co-authored-by: martinsplitt <martin@geekonaut.de>
2020-06-25 13:01:36 +02:00

18 lines
434 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [FileChooser](./puppeteer.filechooser.md) &gt; [cancel](./puppeteer.filechooser.cancel.md)
## FileChooser.cancel() method
Closes the file chooser without selecting any files.
<b>Signature:</b>
```typescript
cancel(): Promise<void>;
```
<b>Returns:</b>
Promise&lt;void&gt;