alt
alt copied to clipboard
Per-request context for source operations?
I need to be able to pass a context object to a source's remote operation, and then have that same context object passed to the success/error action that will follow.
It must be possible for this object to be a different object each time, so binding it with a closure when creating the source does not satisfy this requirement.
Is there already a way to do this?