HTTPTimeout
Posted: Tue May 23, 2023 8:38 pm
Hi,
as PB now has the awaited feature to set a timeout for the http requests, I think this could be useful in SB too.
Until now I use something like the following to set a timeout in milliseconds:
But this only seems to work for HTTPRequest but not for the Load*() commands...
Greetings from hoerbie
as PB now has the awaited feature to set a timeout for the http requests, I think this could be useful in SB too.
Until now I use something like the following to set a timeout in milliseconds:
Code: Select all
Procedure HTTPTimeout(msec.i)
! $.ajaxSetup({ timeout: v_msec });
EndProcedure
Greetings from hoerbie