[Webkit-unassigned] [Bug 183695] New: Service Worker does not receive a fetch event when sending a FormData using XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 07:10:24 PDT 2018


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

            Bug ID: 183695
           Summary: Service Worker does not receive a fetch event when
                    sending a FormData using XMLHttpRequest
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: thiago.soares at wipro.com

Request sent using the XMLHttpRequest and whose body is a FormData is not being intercepted by the Service Worker.

It can be tested on 
https://tas1982.github.io/serviceworker/public/index.html

The page has a form and two buttons:
- The first button will submit the form and that request will be received as a fetch event in the Service Worker
- The second button will submit the from using a FormData object and a XMLHttpRequest. This request will go direct to the server. The service worker will not intercept it.

-- 
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/20180316/4a417553/attachment.html>


More information about the webkit-unassigned mailing list