[Webkit-unassigned] [Bug 176674] DOMFormData should be available in workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 10 17:39:21 PDT 2017


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

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
As noted, the crux of the issue is that FormData class uses the Page to allow a hosting app to generate a file replacement for things like bundles. This was added in https://trac.webkit.org/changeset/32666/webkit (~9 years ago).

My guess is that we can remove the delegation, and use the now available platform standard ways to detect bundles and generate the replacement.

-- 
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/20170911/29e33398/attachment-0001.html>


More information about the webkit-unassigned mailing list