gecko-dev/testing/web-platform/tests/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.js
Olivier Yiptong 5a54cb8b0b Bug 1596575 [wpt PR 20261] - [Native File System] Writable File Stream, a=testonly
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
2020-01-03 11:36:02 +00:00

3 lines
164 B
JavaScript

// META: script=resources/test-helpers.js
// META: script=resources/sandboxed-fs-test-helpers.js
// META: script=script-tests/FileSystemWritableFileStream-write.js