|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 09 > 05 > Telegram_2024-09-05T04 |
2024-09-05T04:41:38
Another maintenance release is available, version 15.6.5. It fixes a regression bug introduced in the previous version
type: link https://www.atozed.com/2024/09/intraweb-15-6-5/
2024-09-05T04:53:38
Not really. Just the same precautions that you would have in a normal application. Have in mind that when your thread terminates (ie. receives the response) you won't be able to \call\ the browser. You need to store the results somewhere and process it later when you receive a new request.
2024-09-05T04:55:29
What do you mean by \before reply\. The reply is created by the server. The JS side (i.e the browser) sends the request.