Hello,

I am using JQuery on a embedded system which use webkit as browser, i
detect that jquery for asynchronously ajax calls use polling:

3620: var ival = setInterval(onreadystatechange, 13);

instead of:

xhr.onreadystatechange = onreadystatechange;

for my scenary this has performance issues, i like to know why jquery
use the first option when the second could be used.

Thanks and sorry for my english.

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=.


Reply via email to