Re: [w3c/ServiceWorker] Add option to ignore case for cache querying (#956)

A quick test in devtools shows that both firefox and chrome:

1. Treat the origin of the URL as case insensitive
2. Treat the path and query as case sensitive

In both browsers (1) seems to be implemented by normalizing the origin to lower case.

-- 
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/956#issuecomment-243161158

Received on Monday, 29 August 2016 15:37:22 UTC