Add WebIDLs for ReadableStreamBYOBRequest and ReadableByteStreamController
This CL adds the WebIDL files and relevant C++ stubs for the ReadableStreamBYOBRequest and ReadableByteStreamController classes according the the Streams API Standard[1][2]. This is a follow on from adding the ReadableStreamBYOBReader WebIDL files in an effort to add the stubs before implementing readable byte streams. This feature will be runtime enabled under the flag "ReadableByteStream". [1] https://streams.spec.whatwg.org/#rbs-controller-class [2] https://streams.spec.whatwg.org/#rs-byob-request-class Bug: 614302 Change-Id: I26b0f91c8ec60e7a0b74581a0d857a2536af27ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517349 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by:Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#824292}
Showing
Please register or sign in to comment