diff --git a/fetch.bs b/fetch.bs index 6471179cb..20f888059 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4503,12 +4503,14 @@ steps: canceled:
    -
  1. Let blob be request's current URL's - blob URL entry's object. +

  2. Let blobURLEntry be request's current URL's + blob URL entry.

  3. -

    If request's method is not `GET` or - blob is not a {{Blob}} object, then return a network error. [[!FILEAPI]] +

    If request's method is not `GET`, + blobURLEntry is null, or blobURLEntry's + object is not a {{Blob}} object, then return a + network error. [[!FILEAPI]]

    The `GET` method restriction serves no useful purpose other than being interoperable.