jacomyal / domino.js

[deprecated] A JavaScript cascading controller for fast interactive Web interfaces prototyping.
https://jacomyal.github.io/domino.js
MIT License
54 stars 7 forks source link

Calling "before" with a reference to the XHR object #42

Closed jacomyal closed 11 years ago

jacomyal commented 11 years ago

Some applications use Ajax in a weird way, it could be nice to be able to modify some attributes of the XHR object be launching the call (making the before feature more similar to the jQuery beforeSend).