You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jmarnold edited this page Jul 7, 2012
·
3 revisions
What is it?
The continuation object is a data structure that represents server-side responses to JSON Ajax requests. The data structure is designed to be standardized between the client and the server.
How does that work?
The continuation object defines several common properties. These properties are sent down by the server and processed by jquery.continuations. When the clientside continuation is created, it merges the server-sent properties into a common continuation object.
The common client-side continuation is designed to be extended. That is, you can define properties in addition to the baseline properties. The continuation is made public to allow for prototype usage via: