- From: Jake Archibald <notifications@github.com>
- Date: Wed, 11 Oct 2017 10:02:14 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 17:02:50 UTC
@domenic a static import will hold back the execution of the worklet (or the addition of that module). Whereas with `import()`, the worklet will execute and be used, then the module will load at some point and behaviour will change. But yeah, you could create the same problem with `setTimeout`. -- 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/pull/527#issuecomment-335877919
Received on Wednesday, 11 October 2017 17:02:50 UTC