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

> Note that static import and dynamic import() are the same in these regards, so if that's the case, the spec just doesn't allow importing libraries at all. I imagine the editors will want to fix that.

I don't think that's the case given the initial module graph is imported using the owner's context.  We do have an origin in that case.  The weirdness happens because the initial static import is performed under one origin and then the dynamic `import()` runs on a global explicitly set to an opaque origin.

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

Received on Monday, 30 October 2017 15:16:39 UTC