Angular 9 set priority level for HTTP requests

Viewed 260

Are there any ways to set the priority level for angular HTTP requests, when sending multiple requests concurrently.

What I am trying to achieve is, when I send a set of HTTP requests to process concurrently, then in the middle if I send a new request. I want that new request to precede in the order and to be the next request to process.

Any help would be much appreciated.

0 Answers
Related