Antonio-Maranhao opened a new pull request #1335:
URL: https://github.com/apache/couchdb-fauxton/pull/1335


   ## Overview
   
   Allows setting a 'pre-fetch' function that is executed before every network 
request
   made by the `app/core/ajax.js` module. It can be used to run actions before
   fetch() is invoked by Fauxton, even allowing one to  modify
   the original fetch() parameters.
   
   ## Testing recommendations
   
   Unit tests provided to validate the new function.
   Application behavior hasn't changed as the default pre-fetch function is a 
no-op.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   - [ ] Update 
[rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script)
 with the correct tag once a new Fauxton release is made
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to