- From: Dominic Farolino <notifications@github.com>
- Date: Fri, 21 Jun 2019 04:17:49 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 June 2019 11:18:11 UTC
domfarolino 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;
^That sounds right to me. This is similar to the idea that `priority` is a concept that gets [preserved here](https://fetch.spec.whatwg.org/#ref-for-concept-request-priority%E2%91%A1) but is never exposed to the Fetch API.
--
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_r296195881
Received on Friday, 21 June 2019 11:18:11 UTC