- From: Jake Archibald <notifications@github.com>
- Date: Tue, 30 Aug 2016 07:34:10 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 30 August 2016 14:34:39 UTC
You would need a scope of / to be able to control both of those URLs with the same SW. SWs can only control a single origin, although foreign-fetch allows some cross-origin request control. If you're using different origins for different regions, remember they will also have different localstorage, indexeddb etc etc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/968#issuecomment-243459578
Received on Tuesday, 30 August 2016 14:34:39 UTC