mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: format docs (#8629)
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
---
|
||||
sidebar_label: FileChooser.cancel
|
||||
---
|
||||
# FileChooser.cancel() method
|
||||
|
||||
Closes the file chooser without selecting any files.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class FileChooser {cancel(): void;}
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
void
|
||||
|
||||
---
|
||||
sidebar_label: FileChooser.cancel
|
||||
---
|
||||
|
||||
# FileChooser.cancel() method
|
||||
|
||||
Closes the file chooser without selecting any files.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class FileChooser {
|
||||
cancel(): void;
|
||||
}
|
||||
```
|
||||
|
||||
**Returns:**
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user