zotero/chrome/content
Dan Stillman dc60e5f840 HTTP.request() improvements
- Move 5xx retries and connection checking out of the sync API client
  and into HTTP.request() so that they apply to all requests. 429 handling
  remains in the API client, since not all callers necessarily want to
  handle that the same way. Callers can still handle 5xx themselves by
  including the relevant 5xx status codes in `successCodes` or by passing
  `errorDelayMax: 0`.
- Add `cancellerReceiver` option, which is a callback that receives a
  function that will cancel the request, whether it's an active request
  or an automatic delay before a 5xx retry.

This also updates Sinon to 7.3.2.
2019-09-16 01:26:34 -04:00
..
scaffold Don't run detectWeb/doWeb in Scaffold if target doesn't match 2019-08-30 01:02:12 -04:00
zotero HTTP.request() improvements 2019-09-16 01:26:34 -04:00
zotero-platform Add View menu 2019-08-12 16:31:31 -04:00