- From: Joshua Bell <notifications@github.com>
- Date: Mon, 29 Feb 2016 17:19:26 -0800
- To: WICG/directory-upload <directory-upload@noreply.github.com>
Received on Tuesday, 1 March 2016 01:19:57 UTC
Scenario: * User drag-drops a directory onto a page * Page wants to delegate to its controlling Service Worker, so uses `postMessage()` This could be done by traversing the directory structure, minting paths, and posting an array of (path, File) pairs, but if we're introducing a Directory primitive it seems like it should be cloneable. --- Reply to this email directly or view it on GitHub: https://github.com/WICG/directory-upload/issues/27
Received on Tuesday, 1 March 2016 01:19:57 UTC