- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 19 Mar 2019 07:05:51 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 March 2019 14:06:16 UTC
As discussed on https://github.com/w3c/resource-hints/issues/74 and on https://github.com/whatwg/html/pull/4115, this PR adds a speculative flag to `Request`, which makes sure the request: * Survives navigations * Is low priority * Can be ignored by the UA (haven't added that part yet) * Adds the related request headers I intend (as part of https://github.com/whatwg/html/pull/4115) to then make sure prefetch requests are sent with this flag set. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/881 -- Commit Summary -- * Add a speculative flag to Reqeust, and related processing -- File Changes -- M fetch.bs (31) -- Patch Links -- https://github.com/whatwg/fetch/pull/881.patch https://github.com/whatwg/fetch/pull/881.diff -- 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
Received on Tuesday, 19 March 2019 14:06:16 UTC