[Webkit-unassigned] [Bug 255696] New: [CURL] Add support for data url link downloads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 19 17:34:48 PDT 2023


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

            Bug ID: 255696
           Summary: [CURL] Add support for data url link downloads
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yurys at chromium.org
                CC: kkinnunen at apple.com

Clicking on links like this should download the file:

<a download="SomeFile.txt" href="data:text/plain;charset=utf8;,hello world">Download!</a>

Network process currently crashes when clicking such a link.

-- 
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/20230420/019a83d2/attachment.htm>


More information about the webkit-unassigned mailing list