On Nov 30, 1:48 pm, "Jerome (Guru)" <[EMAIL PROTECTED]> wrote:
> Long polling will only work in a gadget of type url. The Javascript > cross domain security will prevent using the HttpXmlRequest, and the > _IG_Fetch...() API has a 10 second time out which will prevent any > efficient long polling. FWIW, I have successfully used long polling with direct (non-proxied) JSON requests to avoid cross-domain security restrictions. Or, as you say, use type="url" and do anything you like inside! ;^) String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
