Bug 197237

Summary: POST'ing a Blob with an XHR to a custom scheme handler is broken
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: pbyang+bz
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=191362

Description Brady Eidson 2019-04-24 11:32:38 PDT
POST'ing a Blob with an XHR to a custom scheme handler is broken

Before the upcoming fix for https://bugs.webkit.org/show_bug.cgi?id=191362, POSTing with XHRs was broken in general.

Getting the blobs to work is actually a huge task, so lets track it separately.
Comment 1 Brady Eidson 2019-04-24 14:15:33 PDT
When this is fixed, there's an API test all ready to go inside WKURLSchemeHandler-1.mm that is commented out 👍