zotero/chrome
Abe Jellinek fc8a037d12 Zotero.HTTP.request(): Process headers case insensitively
Using the Headers class from the Fetch API.

Before, the added test would fail: `_requestInternal()`, not finding a header
named `Content-Type` (case sensitive), would set it to
`application/x-www-form-urlencoded`. XMLHttpRequest, upon being given both
`content-type`: `application/json`) and `Content-Type`:
`application/x-www-form-urlencoded`, would helpfully merge the two, producing
`content-type`: `application/json, application/x-www-form-urlencoded`. That's
obviously not the correct behavior.
2022-12-23 21:37:15 -05:00
..
content Zotero.HTTP.request(): Process headers case insensitively 2022-12-23 21:37:15 -05:00
locale Merge new English strings 2022-11-21 01:14:07 -05:00
skin/default fx-compat: Add color picker CE (#2682) 2022-11-21 02:48:16 -05:00