Re: [whatwg/fetch] Define data: URLs (#579)

> OK, so I was testing at the wrong level, simply parsing and serializing data: URLs doesn't do it, but passing [to] fetch() would?

Right. `data:` URL processing happens after the URL parser, effectively.

-- 
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/pull/579#issuecomment-332785054

Received on Thursday, 28 September 2017 09:43:21 UTC