Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: third_party/WebKit/Source/core/streams/README.md

Issue 2561443004: Implementation of ReadableStream pipeTo and pipeThrough (Closed)
Patch Set: Rebase and move includes to .gn Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/streams/README.md
diff --git a/third_party/WebKit/Source/core/streams/README.md b/third_party/WebKit/Source/core/streams/README.md
index 9069fd39137237ec820dc00888e3bad866a307d2..44a89f51feeab68cec4486d5554474bb69ae9dd4 100644
--- a/third_party/WebKit/Source/core/streams/README.md
+++ b/third_party/WebKit/Source/core/streams/README.md
@@ -6,9 +6,11 @@ https://streams.spec.whatwg.org/. There is also a legacy streams implementation.
- ByteLengthQueuingStrategy.js
- CountQueuingStrategy.js
- ReadableStream.js
+- ReadableStreamExperimentalPipeTo.js
- ReadableStreamController.h
- ReadableStreamOperations.{cpp,h}
- UnderlyingSourceBase.{cpp,h,idl}
+- WritableStream.js
These files implement ReadableStream using [V8 extras][1]. All new code should
use this implementation.

Powered by Google App Engine
This is Rietveld 408576698