It's because Internet Explorer has serious memory leak issues with
using the traditional model. Perhaps we could use conditional comments
in this case, since it's not something that we can feature detect.

--John



On Fri, Nov 13, 2009 at 5:24 AM, 1Berto <humbertun...@gmail.com> wrote:
> 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=.
>
>
>

--

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