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

@guest271314 `data:` is not well suited since if I have 2 modules with the same source text it would collide.

I am roughly trying to implement the [`resolve()`](https://nodejs.org/dist/latest-v9.x/docs/api/esm.html#esm_resolve_hook) hook that Node has for ESM in the browser using whatever works. If it is not possible to implement such compatibility we may end up changing the hook in Node to be more minimal, as it seems [adding an equivalent platform level hook has stalled](https://github.com/whatwg/html/issues/2640).

-- 
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-366762994

Received on Monday, 19 February 2018 18:04:31 UTC