Re: [w3c/ServiceWorker] SW for multilingual website (#968)

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