[webkit-reviews] review requested: [Bug 172714] [Readable Streams API] Implement ReadableStreamBYOBReader read() : [Attachment 311692] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 1 07:54:16 PDT 2017


Romain Bellessort <romain.wkt at gmail.com> has asked  for review:
Bug 172714: [Readable Streams API] Implement ReadableStreamBYOBReader read()
https://bugs.webkit.org/show_bug.cgi?id=172714

Attachment 311692: Patch

https://bugs.webkit.org/attachment.cgi?id=311692&action=review




--- Comment #2 from Romain Bellessort <romain.wkt at gmail.com> ---
Comment on attachment 311692
  --> https://bugs.webkit.org/attachment.cgi?id=311692
Patch

Patch implements read() behavior. Implementation of this patch allowed to reach
new code and thus revealed 2 bugs to be fixed distinctly (172716 & 172717).
These 2 bugs are responsible for the remaining failures in WPT tests dedicated
to readable byte streams.


More information about the webkit-reviews mailing list