We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
filters
open
Should the name of the filters parameter of the open method be made optional?
import { open } from "@tauri-apps/plugin-dialog"; open({ filters: [{ extensions: [extname()] }], })