- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 26 Jun 2018 00:10:49 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 June 2018 07:11:12 UTC
This PR tackles a part of https://github.com/whatwg/fetch/issues/726, by copying the request's client-hints list from the environment settings object's one (as defined in https://github.com/whatwg/html/pull/3774). It also aligns the addition of CH headers to current implementations, and adds the Device-Memory, RTT, Downlink and ECT hints. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/773 -- Commit Summary -- * Copy client-hints list from env settings object. Align CH processing -- File Changes -- M fetch.bs (25) -- Patch Links -- https://github.com/whatwg/fetch/pull/773.patch https://github.com/whatwg/fetch/pull/773.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/773
Received on Tuesday, 26 June 2018 07:11:12 UTC