On Fri, Oct 23, 2009 at 7:40 PM, Steven Parkes <smpar...@smparkes.net>wrote:
> > Certainly possible. > > And I know nothing about Flash. Only pure JS, which is not Flash, by > any means. > ActionScript 1.0 the one I am certified (2.0 as well) is 99.9% JavaScript, except arguments are arrays, and setInterval/setTimeout accepts by defaults what every browser except IE does as well, extra arguments automatically sent to the called function ;-) > > Tabs have nothing to do with it; window objects, yes. tabs as each top window object and this is true for IE8, Chrome, I guess WebKit and Firefox nightly. There are inconsistencies in Opera since a while(true); loop in the top window won't block an iframe already present which aim is to send back a notify (could be an alert) Other browsers hardly reacts via WebWorkers, but this is another story. If the window is stuck (a while(true); as example) nothign will happen in current browser panorama, except Chrome, and the weird Opera. I have personally tried to re-implement WebWorkers for every browser as I've done with sessionStorage, but unfortunately there are too many limits and this was one of them - zero privileges whatever it is (fired events as well) and everything is synchronous. It's quite pretentious to define an XHR call as setTimeout(fn, 0) since the response time depends from network layer plus server response, which means I can drive whatever Ajax call without problems and nothing will be stuck in the UI, you know what I mean. Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@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=en -~----------~----~----~----~------~----~------~--~---