Hi,
My gadgets which use:
function makeDOMRequest() {
var params = {};
params[gadgets.io.RequestParameters.CONTENT_TYPE] =
gadgets.io.ContentType.DOM;
var url = ytfeed;
gadgets.io.makeRequest(url, function, params);
};
doesn't function anymore since 2 hours.
The gadgets who do it the old fashioned way -->
"_IG_FetchXmlContent(url, function)" still work.
What's wrong?
--
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.