Re: [filesystem-api] Observable is not appropriate for directory listing; async iterable would be better (#4)

> Do you think a directory walk in Node with AsyncIterator vs. Observable would be a reasonable test? 

Unfortunately Node doesn't expose the necessary primitives here---it only does array-returning directory traversal, and doesn't give you access to readdir and friends. So testing this would require a native addon.

I will open a libuv issue to see if we can get those in libuv at least.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/filesystem-api/issues/4#issuecomment-107628392

Received on Monday, 1 June 2015 16:33:24 UTC