Hi,
Sometimes my extension gets into a state such that the following code
throws an XMLHttpRequestException: NETWORK_ERR: XMLHttpRequest
Exception 101:
try
{
var request = new XMLHttpRequest();
request.open("GET", url, false);
request.send(null);
}
catch (e)
{
console.log(e);
return -1; //I had previously not specified a return value, which
was the reason behind my last
}
Has anyone see this kind of problem in the context of extensions? TIA.
Bob
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" 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/chromium-extensions?hl=en.