- From: Arun Ranganathan <notifications@github.com>
- Date: Mon, 02 Nov 2015 16:16:58 -0800
- To: WICG/directory-upload <directory-upload@noreply.github.com>
Received on Tuesday, 3 November 2015 00:17:30 UTC
Removed the dependency on FileSystem API, since I think the order of implementations is: 1. File API 2. Directory Upload as a separate spec; should be released alongside changes to HTMLInputElement, which are changes to the HTML spec. 3. FileSystem API, which extends concepts in 2. above. Note that instead of a per-origin Directory Tree, we now work off a temporary directory tree, which is conceptually more accurate. You can view, comment on, or merge this pull request online at: https://github.com/WICG/directory-upload/pull/21 -- Commit Summary -- * Removed dependency on FileSystem API -- File Changes -- M proposal.html (158) -- Patch Links -- https://github.com/WICG/directory-upload/pull/21.patch https://github.com/WICG/directory-upload/pull/21.diff --- Reply to this email directly or view it on GitHub: https://github.com/WICG/directory-upload/pull/21
Received on Tuesday, 3 November 2015 00:17:30 UTC