diff --git a/fetch.bs b/fetch.bs index 839376071..1728f89ce 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4979,9 +4979,6 @@ constructor must run these steps:
  • If r's request's method is not a CORS-safelisted method, then throw a TypeError. -

  • If request's integrity metadata is not the empty string, - then throw a TypeError. -

  • Set r's headers's guard to "request-no-cors".