Again, I'm calling XMLHttpRequest.send() from background.html, so this
isn't a cross-origin problem, as Aaron explained in response to
another post.


On Jan 5, 10:03 am, FractalBob <[email protected]> wrote:
> 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.


Reply via email to