- From: Andrew Williams <notifications@github.com>
- Date: Thu, 28 Nov 2024 11:32:56 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 November 2024 19:33:00 UTC
@recvfrom commented on this pull request. > <p class=note>The `<code>GET</code>` <a for=/>method</a> restriction serves no useful purpose other than being interoperable. - <li><p>Let <var>blob</var> be <var>blobURLEntry</var>'s <a for="blob URL entry">object</a>. + <li><p>Let <var>requestEnvironment</var> be the result of + <a for=request>determining the environment</a> given <var>request</var>. + + <li><p>Let <var>isNavigation</var> be true if <var>request</var>'s <a for=request>mode</a> is + not "<code>navigate</code>"; otherwise, false. Done! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1783#discussion_r1862627291 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1783/review/2468751076@github.com>
Received on Thursday, 28 November 2024 19:33:00 UTC