Aja converts the HTTP Method name passed with .method() to lower-case, expecting to browser to convert it to proper case when performing the XHR call. Unfortunately, Chrome don't do this properly for all methods, notably PATCH. Aja should ensure the HTTP method string is in proper uppercase to avoid these kind of problems.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Aja converts the HTTP Method name passed with
.method()to lower-case, expecting to browser to convert it to proper case when performing the XHR call. Unfortunately, Chrome don't do this properly for all methods, notablyPATCH. Aja should ensure the HTTP method string is in proper uppercase to avoid these kind of problems.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.