alt icon indicating copy to clipboard operation
alt copied to clipboard

Per-request context for source operations?

Open rulatir opened this issue 8 years ago • 0 comments

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?

rulatir avatar Jul 11 '16 12:07 rulatir