File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4503,12 +4503,14 @@ steps:
4503
4503
<a for="fetch params">canceled</a> :
4504
4504
4505
4505
<ol>
4506
- <li><p> Let <var> blob </var> be <var> request</var> 's <a for=request>current URL</a>' s
4507
- <a for=url>blob URL entry</a> 's <a for="blob URL entry">object</a> .
4506
+ <li><p> Let <var> blobURLEntry </var> be <var> request</var> 's <a for=request>current URL</a>' s
4507
+ <a for=url>blob URL entry</a> .
4508
4508
4509
4509
<li>
4510
- <p> If <var> request</var> 's <a for=request>method</a> is not `<code> GET</code> ` or
4511
- <var> blob</var> is not a {{Blob}} object, then return a <a>network error</a> . [[!FILEAPI]]
4510
+ <p> If <var> request</var> 's <a for=request>method</a> is not `<code> GET</code> `,
4511
+ <var> blobURLEntry</var> is null, or <var> blobURLEntry</var> 's
4512
+ <a for="blob URL entry">object</a> is not a {{Blob}} object, then return a
4513
+ <a>network error</a> . [[!FILEAPI]]
4512
4514
4513
4515
<p class=note> The `<code> GET</code> ` <a for=/>method</a> restriction serves no useful purpose
4514
4516
other than being interoperable.
You can’t perform that action at this time.
0 commit comments