- From: Bradley Farias <notifications@github.com>
- Date: Fri, 22 Nov 2019 12:07:28 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 November 2019 20:07:37 UTC
Currently the [`data:` URL processor](https://fetch.spec.whatwg.org/#data-url-processor) splits the MIME from the body on the first `,`. However, MIME parameters, [do parse](https://mimesniff.spec.whatwg.org/#parsing-a-mime-type) `,` within parameter values. While it a collision would continue to exist for unquoted parameters that is unlikely to be fixed, investigation into if supporting quoted parameters with `,` within their values is potentially useful. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/970
Received on Friday, 22 November 2019 20:07:37 UTC