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

@nhiroki & I will work on some tests. Based on my understanding I think broadly we'll need.

 - A `worklet.addModule('script.js')` gets intercepted by a SW (and something that doesn't).
 - Any same-origin `import` statements also get intercepted. 

It doesn't appear that anyone implements (and are no tests yet) for `RequestDestination` so we'll leave that alone for the time being.

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

Received on Friday, 27 October 2017 22:25:57 UTC