0
8.9kviews
Explain the following AJAX patterns with one example: (i) Submission throttling (ii) Predictive fetch (iii) Fallback patterns.
1 Answer
0
523views

Submission Throttling

  • Submission throttling solves the issue of when to send user data to the server.
  • In a traditional web site or web application, each click makes a request back to the server so that the server is always aware of what the client is doing.
  • In the Ajax model, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.