diff --git a/fetch.bs b/fetch.bs index 8c96991b3..c265d89b2 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4397,7 +4397,7 @@ run these steps: does not matter as this algorithm uses HTTP-network-or-cache fetch rather than HTTP fetch. -
  • Set `Access-Control-Request-Method` +

  • Append `Access-Control-Request-Method` to request's method in preflight's header list. @@ -4411,7 +4411,7 @@ run these steps:

  • Let value be the items in headers separated from each other by `,`. -

  • Set +

  • Append `Access-Control-Request-Headers` to value in preflight's header list. @@ -6035,7 +6035,7 @@ method, when invoked, must run these steps:

  • Set r's response's status to status. -

  • Set `Location` to parsedURL, +

  • Append `Location` to parsedURL, serialized and isomorphic encoded, in r's response's header list. @@ -6770,6 +6770,7 @@ Tom Schuster, Tomás Aparicio, 保呂毅 (Tsuyoshi Horo), Tyler Close, +Ujjwal Sharma, Vignesh Shanmugam, Vladimir Dzhuvinov, Wayne Carr,