FileKit icon indicating copy to clipboard operation
FileKit copied to clipboard

cancelling saving file dialog on wasm should return null instead of platform file.

Open fethij opened this issue 4 months ago • 1 comments

We are using the library to save files on Rijksmuseum. We would like to know when the saving dialog is cancelled. For dektop we checking whether FileKit.saveFile(...) is returning null, unfortunately on wasm it's always returning NOT null PlatformFile.

fethij avatar Oct 06 '24 17:10 fethij