Commit 84a21a7f authored by Takeshi Yoshino's avatar Takeshi Yoshino Committed by Commit Bot

Update the README.md for the core/streams/ directory

Bug: 
Change-Id: Ifc41fef8f84a0703da21af3afeffed9e1c9d81e9
Reviewed-on: https://chromium-review.googlesource.com/571204Reviewed-by: default avatarAdam Rice <ricea@chromium.org>
Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486698}
parent 9f76987f
This directory contains the Blink implementation of the WHATWG Streams standard: # core/streams/
https://streams.spec.whatwg.org/. There is also a legacy streams implementation.
## V8 Extras ReadableStream Implementation This directory contains the Blink implementation of [the WHATWG Streams standard][1].
- ByteLengthQueuingStrategy.js We use [V8 extras][2] to implement it.
- 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 [1]: https://streams.spec.whatwg.org/
use this implementation. [2]: https://docs.google.com/document/d/1AT5-T0aHGp7Lt29vPWFr2-qG8r3l9CByyvKwEuA8Ec0
[1]: https://docs.google.com/document/d/1AT5-T0aHGp7Lt29vPWFr2-qG8r3l9CByyvKwEuA8Ec0
## Old streams
- Stream.{cpp,h,idl}
These files support an old streams spec. They should eventually be removed, but
right now XMLHttpRequest and Media Streams Extension code in Blink still
depends on them.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment