diff --git a/Overview.html b/Overview.html index 5ac036e2d..9285272de 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 13 October 2016

+

Living Standard — Last Updated 17 October 2016

Participate: @@ -4218,9 +4218,13 @@

6.1 Headers class

"request" and name is a forbidden header name, return. -
  • Otherwise, if guard is - "request-no-cors" and name/`invalid` is - not a CORS-safelisted request-header, return. +

  • +

    Otherwise, if guard is "request-no-cors" + and name/`invalid` is not a CORS-safelisted request-header, + then return. + +

    `invalid` is used because + delete() is not passed a value as argument.

  • Otherwise, if guard is "response" and name is a @@ -5752,6 +5756,7 @@

    Acknowledgments

    Jake Archibald, James Graham, Janusz Majnert, +Jeena Lee, Jeff Carpenter, Jeff Hodges, Jeffrey Yasskin, @@ -5806,6 +5811,7 @@

    Acknowledgments

    Ryan Sleevi, Rory Hewitt, Sébastien Cevey, +Sendil Kumar N, Shao-xuan Kang, Sharath Udupa, Shivakumar Jagalur Matt, diff --git a/Overview.src.html b/Overview.src.html index 5bddb49ae..54cacab74 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -4148,9 +4148,13 @@

    Headers class

    "request" and name is a forbidden header name, return. -
  • Otherwise, if guard is - "request-no-cors" and name/`invalid` is - not a CORS-safelisted request-header, return. +

  • +

    Otherwise, if guard is "request-no-cors" + and name/`invalid` is not a CORS-safelisted request-header, + then return. + +

    `invalid` is used because + delete() is not passed a value as argument.

  • Otherwise, if guard is "response" and name is a @@ -5590,6 +5594,7 @@

    Acknowledgments

    Jake Archibald, James Graham, Janusz Majnert, +Jeena Lee, Jeff Carpenter, Jeff Hodges, Jeffrey Yasskin, @@ -5644,6 +5649,7 @@

    Acknowledgments

    Ryan Sleevi, Rory Hewitt, Sébastien Cevey, +Sendil Kumar N, Shao-xuan Kang, Sharath Udupa, Shivakumar Jagalur Matt,