Re: [w3ctag/design-reviews] Native File System API (#390)

I see some new API ideas here: https://github.com/WICG/native-file-system/issues/19#issuecomment-490579093

What is the status of that, will that be changed in the spec or not? because that affects review.

Also, I find `inPlace` confusing. It doesn't explain what `inPlace` does, and repeats the description of `keepExistingData`'s behavior. Our understanding so far is that `inPlace = true` means it will write directly to the destination file without creating a temporary copy first, but it's not clear. So potentially faster, but I though the copy was there because of security and integrity - I understood you never wanted to write incomplete data.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/390#issuecomment-506303783

Received on Thursday, 27 June 2019 11:14:00 UTC