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 | ||
Brady Eidson
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
When this is fixed, there's an API test all ready to go inside WKURLSchemeHandler-1.mm that is commented out 👍