mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
Automatic update from web-platform-tests [Native File System] Aborting a directory iteration succeeds The return statement of the async iterator was not returning the expected type. This removes the ability to cancel an iteration which fixes the bug where an error would be thrown otherwise. A full implementation of directory iteration will re-implement this functionality correctly. BUG=1007509 Change-Id: I77f3b76b117b7df939e73da826f4fc9b82e9441e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826993 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#701356} -- wpt-commits: 6c043ae7c1c6edb9c6c329a1c2a559d6da4e45ae wpt-pr: 19330
3 lines
166 B
JavaScript
3 lines
166 B
JavaScript
// META: script=resources/test-helpers.js
|
|
// META: script=resources/sandboxed-fs-test-helpers.js
|
|
// META: script=script-tests/FileSystemDirectoryHandle-getEntries.js
|