[WICG/directory-upload] readEntries needs to be called until no items are left (#37)

Currently readEntries is only returning 100 items in the directory.  If the directory has more than 100 direct children then we're only getting a partial resultset.  According to the API's `readEntries` needs to be called multiple times until there are no items left in the array.

https://developer.mozilla.org/en-US/docs/Web/API/DirectoryReader

---
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/37

Received on Friday, 22 April 2016 11:55:05 UTC