Re: [whatwg/fetch] Adds "audioworklet" and "paintworklet" as destinations. (#527)

@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