diff --git a/fetch.bs b/fetch.bs index c135722ab..219701ef4 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4959,9 +4959,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".