I have a question regarding the dojox.rpc._sync variable, as set by (for example) JsonRestStore's "getValue(...)" method.
Once this value is set to true, are all subsequent calls synchronous? I've taken a quick look at the code and it seems like the parameter is mixed into all subsequent calls because of dojox.rpc.Service._getRequest(...).
Or am I missing something? (Likely.)
Thanks.
