Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/833#discussion_r96427042
  
    --- Diff: app/core/base.js ---
    @@ -159,4 +161,15 @@ FauxtonAPI.setSession = function (newSession) {
     
     FauxtonAPI.reducers = [];
     
    +FauxtonAPI.json = (url, opts = {}) => fetch(
    --- End diff --
    
    Could you move this into its own file, maybe something like `ajax`.  This 
PR https://github.com/apache/couchdb-fauxton/pull/745 had a good idea. 
Unfortunately it doesn't look like they will complete it. Could you rather do 
something similar like that for all our ajax requests with fetch


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to