Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

[Vue] Add an "enqueue" concurrency mode to API callers

Open ascott18 opened this issue 7 years ago • 0 comments

When a request is made against an API caller while there is already an oustanding request, the new request would have its inputs captured exactly as they would be if the call were to be made immediately (basically, serialize all the request parameters), and then that request would only be made once the current outstanding request completes.

ascott18 avatar Apr 20 '18 18:04 ascott18