Re: [whatwg/fetch] Only allow blob: URLs that have a backing blob (PR #1435)

@annevk commented on this pull request.



>  
      <li>
-      <p>If <var>request</var>'s <a for=request>method</a> is not `<code>GET</code>` or
-      <var>blob</var> is not a {{Blob}} object, then return a <a>network error</a>. [[!FILEAPI]]
+      <p>If <var>request</var>'s <a for=request>method</a> is not `<code>GET</code>`,
+      <var>blobURLEntry</var> is null, or <var>blobURLEntry</var>'s object is not

object should be `<a for="blob URL entry">object</a>` here, as it was before.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1435#pullrequestreview-970357151
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1435/review/970357151@github.com>

Received on Thursday, 12 May 2022 07:11:12 UTC