Hey guys, I'm building an extension of the Request class, that among others will handle various errors.
I found a problem which could be a bug in the Request class. When I use Request.JSON to access HTML content (deliberately), let's say 'http://google.com' I think it should return an error (onFailure or onException?). What happens is the request 'dies' after onRequest and no other event is fired, even though the request finishes and I can see returned HTML content in FireBug. Is there any way to catch such error? Thanks! Matt
