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

annevk 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;

Well, but this adds it to `fetch()` as a new feature. Was that intended? Or should this only be accessible via `<link>`?

-- 
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_r267689979

Received on Thursday, 21 March 2019 10:13:52 UTC