Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 223 Bytes

puppeteer.filechooser.cancel.md

File metadata and controls

19 lines (13 loc) · 223 Bytes
sidebar_label
FileChooser.cancel

FileChooser.cancel() method

Closes the file chooser without selecting any files.

Signature:

class FileChooser {
  cancel(): void;
}

Returns:

void