You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letfileHandle=awaitself.showSaveFilePicker({suggestedName: `Example File System Access API Text File (${Date.now()}).txt`,types: [{description: "Text documents",accept: {"text/plain": [".txt"],},}],});letwritable=awaitfileHandle.createWritable();awaitwritable.write(newBlob(["Current date: "+newDate()]));awaitwritable.close();
I think it's more effective to not spend time and attention to "Save as..." dialog, one click and a file is downloaded.
Just sometimes sort your files, if you need. More over, Twitter's files are prefixed with [twitter] , so it's not a problem so select them among other files in the download folder.
I think it would be at least be a great option to prompt a download location instead of downloading directly.
The text was updated successfully, but these errors were encountered: