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

Each call to `addModule` creates a new global and potentially runs in different thread. I can't see any way for a worklet to make a request, but that may happen in future. It's also unclear what would happen if the worklet response had a header that initiated a request (eg `Preload:`).

If the above is correct, they feel very similar to dedicated workers, so I think they're a client, so they should be added to "non-subresource request".

Worklets don't support `postMessage` right? If we add them to the clients API we'd need to take that into account.

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

Received on Monday, 25 September 2017 08:56:14 UTC