- From: aliams <notifications@github.com>
- Date: Wed, 23 Mar 2016 13:59:11 -0700
- To: WICG/directory-upload <directory-upload@noreply.github.com>
Received on Wednesday, 23 March 2016 20:59:38 UTC
One other thought I had was that methods allow you to defer the processing of the `Promise` until its been called. It might be a problem to have, for example, `DataTransfer.fsitems` since not all events using `DataTransfer` will particularly be interested in `fsitems`, but the `Promise` would have to be populated and ready to go when a developer asks for it. One way around that would be to not start processing the filesystem items until the `fsitems` is referenced, but that could potentially be a little strange. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/WICG/directory-upload/issues/32#issuecomment-200541176
Received on Wednesday, 23 March 2016 20:59:38 UTC