Re: [whatwg/fetch] data URLs: revised specification (#234)

First you run the URL parser over a data URL string to get a URL record. That URL record is the input to the data URL processor (or whatever we call it) which ends up returning a response (this is the algorithm Fetch will invoke from Scheme Fetch and also define someplace). Once we have that we could maybe also consider a `Response.fromDataURL()` or some such if we wanted to.

-- 
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/234#issuecomment-321972064

Received on Saturday, 12 August 2017 10:18:18 UTC