Dmitry wrote:
> pump.asyncRead(dataListener,null);
> } catch (ex){
> return ex;
> }
> return null;
> It doesn't catch any errorsHow can i handle a errors? The errors are .... async. As should be obvious from the code above. You can handle them by looking at the request status in onStartRequest or the status in onStopRequest. -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
