- From: Chris Thompson <notifications@github.com>
- Date: Fri, 07 Jul 2023 10:50:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 July 2023 17:50:36 UTC
@christhompson commented on this pull request. > + following: + + <ul> + <li><p>Set <var>request</var>'s URL to the value of <var>request</var>'s + <code>https-upgrade-fallback-url</code> flag</li> + + <li><p>Set response to the result of running <a>HTTP-redirect fetch</a> given fetchParams and + <var>upgradedResponse</var>.</li> + </ul> + </li> + + <li><p>Otherwise, the upgrade was successful. Return <var>upgradedResponse</var>.</li> +</ol> + +<p> +Optionally, user agents may implement a fast-fallback option by canceling slow fetches on upgraded (This has been converted into a note.) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1256210521 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1519380895@github.com>
Received on Friday, 7 July 2023 17:50:36 UTC