mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Mathieu Leplatre](/assets/img/avatar_default.png)
This patch upgrades the kinto-http.js library to add a `fetchFunc` hook. We then replace calls to `fetch()` everywhere by `Utils.fetch()` which will leverage ServiceRequest, a derivative of XMLHTTPRequest that sets the beConservative flag. Differential Revision: https://phabricator.services.mozilla.com/D121531