Re: [directory-upload] Consider renaming getDirectoriesAndFiles to fsitems or getFSItems (#32)

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