My problem: I am currently trying to send several fetch() requests to a url without having to wait for the server’s response. The exact use case is to build a small chrome extension that increase a counter on an external server (which I do not have control on) that increments on GET requests. But, for the sake of UX, I