Re: [fetch] PATCH verb (#50)

I think there is confusion here. PATCH is not explicitly listed in the HTTP verbs for normalization, which is the main problem. This means it is not normalized to uppercase like the rest of the HTTP verbs, and thus if a library attempts to use `patch` (lowercase), everything comes to a screeching halt, since the lowercase `patch` is not in the allowed methods for CORS. If the documentation can be modified to explicitly include `PATCH` in the list of HTTP verbs to normalize, I think this issue can be resolved easily.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/50#issuecomment-188239446

Received on Wednesday, 24 February 2016 12:47:51 UTC