Hi, I'm having problems getting synchronous requests to work. Asynchronous requests works well and seems to be in all examples given (i.e. http://wiki.forum.nokia.com/index.ph...s_web_services).
Does s60 wrt even allow synchronous requests? If not, then why is it not documented?Code:var xhr = new XMLHttpRequest(); xhr.open("GET", ANY_URL, false); // Note that false is synchronous xhr.send(null); // this is where device freezes alert(xhr.responseText);
Edit: Tried this out on N97.

Reply With Quote

