Opened 8 years ago
Last modified 8 years ago
#16947 closed defect
'RequestError' is undefined (dojox/rpc/JSONRPC) — at Version 1
Reported by: | mc007ibi | Owned by: | haysmark |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | RPC | Version: | 1.9.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
the object 'RequestError' is undefined in dojox/rpc/JSONRPC. I discovered this by switching from stable 1.8 to trunk.
see :
deserialize: function(obj){ if ('Error' == obj.name // old xhr || obj instanceof RequestError // new xhr ){
Change History (1)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.8.4 |
Owner: | changed from Dustin Machi to haysmark |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Mark, this is from your change [30636]. If it is broken the fix should go into 1.8.4 too.