Changes between Version 1 and Version 2 of Ticket #9500
- Timestamp:
- Jul 3, 2009, 9:37:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9500 – Description
v1 v2 3 3 I'm using xhr-deferreds and each time I call .cancel(), and error gets logged. I tried providing my errorHandler but without success. 4 4 5 I found the explanation in dojo.js (full uncompressed file), {{{dojo.xhr()}}} automatically register {{{_deferError}}} as first {{ errback}}}, which single purpose is to log the error within console:5 I found the explanation in dojo.js (full uncompressed file), {{{dojo.xhr()}}} automatically register {{{_deferError}}} as first {{{errback}}}, which single purpose is to log the error within console: 6 6 7 7 {{{