Opened 13 years ago
Closed 13 years ago
#5882 closed enhancement (wontfix)
create hook for ioArgs which is called just before IO operation is dispatched to the wire
Reported by: | alex | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
from http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/ajax-send-callback
It might be useful to add a topic post when any ajax event is fired.
Note: See
TracTickets for help on using
tickets.
I prefer just suggesting people dojo.connect to the xhr calls that they want. Now that we have dojo.xhr() in Dojo 1.1, that provides a nice place to do one dojo.connect but get all of the dojo.xhr* type calls.
This would avoid adding more stuff to base for a fringe use case. It would also lessen the dependencies in dojo._base.xhr (no dependencies on dojo.publish or dojo.connect -- trying to keep orthogonality even for base modules).
Closing this as wontfix for now, but feel free to reopen with more info.