- From: Bradley Meck <notifications@github.com>
- Date: Tue, 17 Oct 2017 14:17:18 +0000 (UTC)
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 October 2017 14:17:49 UTC
@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