Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method FileChooser.prototype.cancel
import { FileChooser } from "https://deno.land/x/pptr@1.2.0/src/FileChooser.ts";

Closes the file chooser without selecting any files.

Returns

Promise<void>