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

Accept the file chooser request with given paths.

Parameters

filePaths: string[]

Returns

Promise<void>