Web Development Question:
When to use a synchronous versus a asynchronous request?
Answer:
Good question. They don't call it AJAX for nothing! A synchronous request would block in page event processing and I don't see many use cases where a synchronous request is preferable.
Previous Question | Next Question |
What with the -alpha in the install instructions? | When will the HTML_AJAX have a stable release? |