Re: [whatwg/fetch] Add a speculative flag to `Request` as well as related processing (#881)

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