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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 10:45:59 PDT 2020


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

            Bug ID: 213168
           Summary: Implement Blob.text and Blob.arrayBuffer
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tetsuharu.ohzeki at gmail.com

This is a part of bug 196258.
`Blob.stream` needs ReadableStream but it's switched the compile flag `if ENABLE(STREAMS_API)`.

So First, I implements Blob.text and Blob.arrayBuffer which we can implement without ReadableStream.

https://w3c.github.io/FileAPI/#text-method-algo
https://w3c.github.io/FileAPI/#arraybuffer-method-algo

-- 
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/20200613/554e88f0/attachment-0001.htm>


More information about the webkit-unassigned mailing list