Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>FileChooser#cancel

Headless Chrome Deno API
Latest
method FileChooser.prototype.cancel
Re-export
import { FileChooser } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Closes the file chooser without selecting any files.

Returns

Promise<void>