[Bug 23975] [Streams API] Remove read as Blob support

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23975

--- Comment #2 from Takeshi Yoshino <tyoshino@google.com> ---
(In reply to Takeshi Yoshino from comment #1)
> Done in ED. Stream will replace most of roles of Blob and most of APIs
> accept ArrayBuffer. It should be fine not having read as blob functionality.

I meant that use cases where Streams fit more than Blob, once Streams is
available we don't need a way to convert data back to Blob. Not meant that
Streams completely replace Blob's all use cases.

With pipe() and Streams' URL, we can transfer data from source (XHR, etc.) and
destination (media elements, etc.) without involving Blob.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 5 February 2014 06:29:58 UTC