How to Poll the Server with Dojo

Posted by spike07 on Stack Overflow See other posts from Stack Overflow or by spike07
Published on 2010-03-16T15:18:34Z Indexed on 2010/03/16 15:21 UTC
Read the original article Hit count: 140

Filed under:
|
|
|

I'm using dojo.xhrPost to sent Ajax Requests
The call is wrapped by a function sendRequest()

I've now to continuously (every 3sec) send the same ajax Post to the server
How can I implement a Server Poll with Dojo? I basically need to call sendRequest() every 3 secs

© Stack Overflow or respective owner

Related posts about polling

Related posts about dojo