What does the front end do with concurrent requests?

as mentioned above, how to implement concurrent requests

Jun.10,2022

use asynchronous Prmosie or web worker


front-end asynchronous operations can be concurrent! Requests like js css img are concurrent!

Menu