WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
654 stars 65 forks source link

Dialog title and button label #436

Open joezappie opened 7 months ago

joezappie commented 7 months ago

Two fields that I think are useful that Electron's dialogs implement, but this spec doesn't is:

window.showSaveFilePicker({
        title: 'Download Diagnostic Log',
        buttonLabel: 'Save Log',
});

I think being able to specify these leads to better usability as it can remind the user of what action they are currently doing.