You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/02/11 19:43:40 UTC

[GitHub] [couchdb-fauxton] Antonio-Maranhao opened a new pull request #1335: Add pre-fetch function to ajax module

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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-fauxton] Antonio-Maranhao merged pull request #1335: Add pre-fetch function to ajax module

Posted by GitBox <gi...@apache.org>.
Antonio-Maranhao merged pull request #1335:
URL: https://github.com/apache/couchdb-fauxton/pull/1335


   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-fauxton] Antonio-Maranhao merged pull request #1335: Add pre-fetch function to ajax module

Posted by GitBox <gi...@apache.org>.
Antonio-Maranhao merged pull request #1335:
URL: https://github.com/apache/couchdb-fauxton/pull/1335


   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org