FileSystem: handling incomplete downloads

I have a question about FileSystem.downloadAsync. If the download is interrupted partway through (say, the user kills the app), is it possible for an incomplete file to be located in the FileSystem under the specified URI? Or does the download appear to be atomic from the point of view of callers of the FileSystem API? If the download is not guaranteed to be atomic, any suggestions for how to work around the possibility a URI may represent an incomplete object? For context, I want to store images locally for offline support in my app.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.