commit | d0ba04837c53247c0c248eff698e111647864feb | [log] [tgz] |
---|---|---|
author | Nidhi Jaju <nidhijaju@google.com> | Tue Oct 27 06:47:11 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 27 06:47:11 2020 |
tree | 0f0e203e255d8df317075b10e989de8874e0b070 | |
parent | c8e5de6d3dd402f9671f7a94ee684ce874625fa9 [diff] |
Add StreamPipeOptions to Readable Streams In an effort to change the blink implementation of readable streams to better match the Web IDL descriptions in the Streams API Standard, this CL adds the StreamPipeOptions dictionary [1] to the ReadableStream class. [1] https://streams.spec.whatwg.org/#dictdef-streampipeoptions Bug: 1093862 Change-Id: Ic03fff0d645786dd48c4d8b7cd8682e0442bff0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488329 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by: Adam Rice <ricea@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#821113}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.