Delay API call?

Is there a way that we can delay the API call?

Hello @lednhatkhanh,

Yes You can add set timeout function on your API CALL.

        setTimeout(function() {
//Make Api Call here
 },1000);

Thanks,
Tarun Sharma
Sr. Developer @ AIMDek Technologies Pvt Ltd
+91 9510657842

1 Like