By specifying a value for the download attribute of an anchor (example: <a download="foo.txt">), one can suggest a file name for the to-be-downloaded file.
It would be useful if a similar option was available for saving files via chooseFileSystemEntries, possible as a new field fileName in ChooseFileSystemEntriesOptions.
The text was updated successfully, but these errors were encountered:
By specifying a value for the
download
attribute of an anchor (example:<a download="foo.txt">
), one can suggest a file name for the to-be-downloaded file.It would be useful if a similar option was available for saving files via
chooseFileSystemEntries
, possible as a new fieldfileName
inChooseFileSystemEntriesOptions
.The text was updated successfully, but these errors were encountered: