Re: [w3c/FileAPI] Support `Response` in `URL.createObjectURL` (#97)

> We have a few things going on here.
> 
> 1. fetching ./foo.json
>     i. this Response could be to a failure / not ok
> 2. Creating a URL for the ESM facade so that it can be imported
> 3. Populating that ESM facade URL
> 4. Redirecting ./foo.json specifier to a new ESM Response URL

If interpret the issue and use case correctly are you trying to export and import a `Blob URL`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/97#issuecomment-366531907

Received on Sunday, 18 February 2018 17:27:12 UTC