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

We've tried to answer that question in the document linked to from the original review request, as well as in a [reply ](https://github.com/WICG/native-file-system/issues/75#issuecomment-518368402 )to the question you raised about that in the spec repo.

Anyway, to summarize all that:

In initial Origin Trial (chrome 78), what is currently in the spec with the exception of:
- FileSystemDirectoryHandle.resolve()
- FileSystemWriter.asWritableStream() (or some other way of supporting writable streams)
- Handles won't be Serializable
- FileSystemCreateWriterOptions.inPlace. I.e. all writers will not be in-place writers (or phrased otherwise, all FileSystemWriter instances will have their [atomic flag](http://wicg.github.io/native-file-system/#filesystemwriter-atomic-flag) set to true.

Less clear in what order we'll work on these features afterwards, but probably streams and serializabilty will come before inPlace.

-- 
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-525843587

Received on Wednesday, 28 August 2019 17:29:26 UTC