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] Writable File Stream This implements a WritableStream-based API. WritableStream methods are fully implemented. Operations are queued and the WritableFileStream can be piped to. tell() queuing tracked at https://crbug.com/1034210 Transferability tracked at https://crbug.com/1035673 More information in the design doc: https://bit.ly/36wfLFA BUG=955189 Change-Id: Ibd2e0a29c230a2fa25b6133fdbaac4f4ad4f1eb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913586 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#727179} -- wpt-commits: da7be43c647270534d83c44d6af9a76ca1faf1d1 wpt-pr: 20261
3 lines
158 B
JavaScript
3 lines
158 B
JavaScript
// META: script=resources/test-helpers.js
|
|
// META: script=resources/sandboxed-fs-test-helpers.js
|
|
// META: script=script-tests/FileSystemWritableFileStream.js
|