- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 18 Apr 2018 11:40:35 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 18 April 2018 11:41:05 UTC
annevk commented on this pull request. > @@ -2936,9 +2936,9 @@ steps: <a>object</a>. <li> - <p>If <var>request</var>'s <a for=request>method</a> is not - `<code>GET</code>` or <var>blob</var> is null, then return a - <a>network error</a>. + <p>If <var>request</var>'s <a for=request>method</a> is not `<code>GET</code>`, + <var>blob</var> is null, or <var>blob</var> is not a {{Blob}} object, then return a Good catch! Will simplify since redundancy can be confusing. -- 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/708#discussion_r182396137
Received on Wednesday, 18 April 2018 11:41:05 UTC