Re: [whatwg/fetch] investigate data: URL quoted parameters (#970)

In particular, the question is what the `data:` URL processor should do for cases like `data:fizz/buzz;lang="foo,bar",hi`. The current spec would give a body of `bar",hi` and a `lang` of `foo`, but you might expect a `lang` of `foo,bar` and a body of `hi`.

-- 
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#issuecomment-557676871

Received on Friday, 22 November 2019 20:11:07 UTC