Re: [whatwg/fetch] Allow service-workers mode to be set in fetch options (#492)

`fetch(..., { serviceWorkers: "foreign" })` with "`all`", "`none`", and "`local`" as other potential values makes some amount of sense to me, though it probably needs to be a slightly more complicated due to the ability to use `fetch()` in a service worker.

-- 
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/issues/492#issuecomment-280857563

Received on Saturday, 18 February 2017 16:45:44 UTC