- From: Yoav Weiss <notifications@github.com>
- Date: Thu, 21 Mar 2019 03:21:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 March 2019 10:22:17 UTC
yoavweiss commented on this pull request.
> @@ -5628,6 +5638,7 @@ interface Request {
readonly attribute RequestRedirect redirect;
readonly attribute DOMString integrity;
readonly attribute boolean keepalive;
+ readonly attribute boolean speculative;
I thought it'd be needed to make those headers survive SWs (although that may vary based on where https://github.com/whatwg/fetch/pull/880 ends up)
--
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/881#discussion_r267692788
Received on Thursday, 21 March 2019 10:22:17 UTC