Actually, due to learning purposes I want to send a HTTP request but in a Sync way in javascript.
How can I do it?
Note: I want the main thread blocked during the request.
Actually, due to learning purposes I want to send a HTTP request but in a Sync way in javascript.
How can I do it?
Note: I want the main thread blocked during the request.