- From: Anne van Kesteren <notifications@github.com>
- Date: Sat, 12 Aug 2017 10:17:53 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 12 August 2017 10:18:18 UTC
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