[Webkit-unassigned] [Bug 213168] Implement Blob.text and Blob.arrayBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 10:04:25 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213168

--- Comment #5 from Sam Weinig <sam at webkit.org> ---
(In reply to Tetsuharu Ohzeki from comment #4)
> (In reply to Sam Weinig from comment #3)
> > Thanks for tackling this Tetsuharu!
> > 
> > As far as I can tell, ENABLE_STREAMS_API is enabled by default (at least for
> > macOS and iOS, I always have a bit of trouble remembering where to look for
> > other ports).
> > 
> > Given that, does it still make sense to use this implementation strategy? Or
> > would it make more sense to try build these two methods on top of a general
> > ReadableStream based implementation? (It may very well make sense to use
> > this strategy, I am not professing support one way or another, simply
> > asking).
> 
> To be honest, I thought (planned) that we (probably I) should refactor these
> implementation after implementing `Blob.stream`. I'm not sure about that we
> can build these methods on the top of ReadableStream and its way is simple
> to implement them and I need to investigate about buiding on general
> ReadableStream to answer to your question.
> 
> 
> ---------------
> 
> 
> By the way, I seem all(?) ports has enabled ENABLE_STREAMS_API by default.
> Cannot we remove this flag? Should I post about it to webkit-dev?

Couldn't hurt to email webkit-dev.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200618/e0a29a25/attachment.htm>


More information about the webkit-unassigned mailing list