[Webkit-unassigned] [Bug 159808] New: Use a private property to implement FetchResponse.body getter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 05:32:45 PDT 2016


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

            Bug ID: 159808
           Summary: Use a private property to implement FetchResponse.body
                    getter
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

Currently, CachedAttribute is used.
Using a private property will allow direct use of this property from JS built-ins which will allow easier handling of ReadableStream cloning in Response.clone.
Also, this may allow removing some binding custom code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160715/76630372/attachment.html>


More information about the webkit-unassigned mailing list