- From: Ben Kelly <notifications@github.com>
- Date: Tue, 11 Oct 2016 08:59:49 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 11 October 2016 16:00:27 UTC
At some point the fetch spec was changed such that `Headers.get()` now returns combined values. The SW spec was using `Headers.get()` for Vary header matching previously and I don't think it was updated to account for this change. What is the intention here? Should Cache API vary matching be performed on combined values (new fetch `get()`) or first header value (old fetch `get()`)? @jakearchibald @annevk @inexorabletash -- 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/991
Received on Tuesday, 11 October 2016 16:00:27 UTC