eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.42k stars 4.38k forks source link

File saved notification? #711

Closed ottogutierrez closed 3 years ago

ottogutierrez commented 3 years ago

Is there a way to get a notification or to provide a callback to know when the file has been successfully changed?

Thanks!

jimmywarting commented 3 years ago

Nope. It's only possible with the new native file system access

This is beyond our scope of what we do, trying to keep it as simple as possible.

Also, next time use the search, this have been asked many times before