I haven't been able to figure out how to suppress errors caused by using qx.io.remote.Rpc.abort(). My "onabort" callbacks execute just fine, but I'm still left with an error in the console:
POST http://localhost/services/start_service.php?nocache=1304110590308 undefined (undefined) I'm not really sure what the error in the console means, but no matter of wrapping in try/catch blocks around the request or abort method calls has allowed me to intercept it. The idea here is that there are many reasons why the user may want to interrupt a series of pending requests and start a new series with some different data. I don't want the user to think that their course of action in our software is triggering errors in the browser. I'd rather not have to make them think of these things. So how can I silence these? I don't believe I can use the WindowError class because it will intercept all errors and since the code is for a contrib., I don't want to mess with any error handling the contrib. user may want to implement in their own code. Thanks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Suppressing-errors-on-aborted-HTTP-requests-tp6318246p6318246.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
