Hi everyone ! Is there a way to send a fetch request from the Cloudflare worker without waiting the

Hi everyone ! Is there a way to send a fetch request from the Cloudflare worker without waiting the response ? The API that I try to contact is just there to receive data and then will do a lot of operations that take some time and I want to close my connection without waiting for the reponse :)

Cheers !
Was this page helpful?