[whatwg/fetch] Clarification on step 4 of Headers `delete` method (#372)

Step 4 of `delete` states:
> 4. Otherwise, if guard is "request-no-cors" and name/`invalid` is not a CORS-safelisted request-header, return. 
I'm a little confused what `invalid` in this case is. 

Step 5 of `append` is similar to step 4 of `delete`, and it states:
> 5. Otherwise, if guard is "request-no-cors" and name/value is not a CORS-safelisted request-header, return. 

Is `invalid` in `delete`'s step 4 a place holder for a headers value? 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/372

Received on Monday, 22 August 2016 17:50:06 UTC