- From: Matt Falkenhagen <notifications@github.com>
- Date: Tue, 07 Nov 2017 01:38:35 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 November 2017 01:38:59 UTC
Just making sure, is the current spec saying that if a service worker does e.respondWith(Response.redirect(...)), the body in the redirected request is null? It looks like that's Chrome's current behavior, and it's quite convenient as it means we don't need to store the request body somewhere before sending it to the service worker. @wanderview not sure if Firefox has similar behavior, or if we have any WPT tests about this. -- 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/issues/538#issuecomment-342347355
Received on Tuesday, 7 November 2017 01:38:59 UTC