- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 21 Mar 2017 05:57:04 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 March 2017 12:57:36 UTC
yoavweiss commented on this pull request. > - <li> - <p>If <var>response</var> is null, run these substeps: + <li> + <p>If the <var>revalidatingFlag</var> is set, then: If I'm reading this correctly, nothing assigns `storedResponse` to `response` if revalidation is not needed, and the cache-mode is not `force-cache` or `only-if-cached`. Am I reading this correctly? If so, is this intentional? I'd expect such assignment to happen if no revalidation is needed. -- 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/pull/496#pullrequestreview-28099559
Received on Tuesday, 21 March 2017 12:57:36 UTC