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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 01:48:06 PDT 2020


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

--- Comment #7 from Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com> ---
(In reply to youenn fablet from comment #6)
> This is a risky pattern.
> I do not think we need BlobPromiseLoader to be an ActiveDOMObject.
> It might be best to make Blob own the BlobPromiseLoader.

text/arrayBuffer/ReadableStream is marked as `[NewObject]` in IDL.

If we make Blob owns the BlobPromiseLoader, we need to hold multiple `DeferredPromise` or `BlobPromiseLoader` in Blob by vector or map, right?

-- 
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/20200619/4ff58ab9/attachment.htm>


More information about the webkit-unassigned mailing list