[Webkit-unassigned] [Bug 168865] New: [Fetch API] Support keepalive flag and enforce limit on inflight keepalive bytes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 22:26:07 PST 2017


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

            Bug ID: 168865
           Summary: [Fetch API] Support keepalive flag and enforce limit
                    on inflight keepalive bytes
    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: igrigorik at gmail.com

https://github.com/whatwg/fetch/pull/419

> Requests with keepalive flag set are allowed to outlive the environment
> settings object. We want to make sure that such requests do not
> negatively impact the user experience when a page is unloaded, etc.
> 
> This limits the amount of (body) bytes that can be inflight at any point
> when the request has the keepalive flag set; this flag is set by
> sendBeacon.


Expected results:

Webkit should support the keepalive flag & enforce the inflight byte limit.

-- 
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/20170225/3e11460e/attachment.html>


More information about the webkit-unassigned mailing list