[FileSystem] Implement getEntries() and ability to create new files and directories.
This takes a somewhat hacky approach to return an async iterator from getEntries(), but at least it makes for await work on it. Also adds create option to getFile and getDirectory to be able to create new entries. Bug: 872465 Change-Id: I297c89c917bc86dfc2b3bbcf2d501ff5e59a85d7 Reviewed-on: https://chromium-review.googlesource.com/1197904 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#590438}
Showing
Please register or sign in to comment