Re: [w3c/FileAPI] Async createObjectURL (#84)

@annevk I have a working example of the problem in https://github.com/bmeck/browser-hooking/blob/adc8e6767fd6147b662258c765f7923b28105aed/entry.mjs#L3 , I have a Web Worker rewriting ES Modules, which may have circular dependencies. I am not using service worker due to some problems with first load not being able to be integrated against. In particular the [worker cannot resolve circular dependencies](https://github.com/bmeck/browser-hooking/blob/adc8e6767fd6147b662258c765f7923b28105aed/worker.js#L36) since the URL generated by `URL.createObjectURL` cannot be reserved ahead of populating the body.

-- 
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/84#issuecomment-337246052

Received on Tuesday, 17 October 2017 14:17:49 UTC