- From: Bryan Nicholls <notifications@github.com>
- Date: Fri, 22 Apr 2016 04:54:38 -0700
- To: WICG/directory-upload <directory-upload@noreply.github.com>
- Cc:
Received on Friday, 22 April 2016 11:55:05 UTC
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