Opened 8 years ago
Last modified 8 years ago
#16947 closed defect
'RequestError' is undefined (dojox/rpc/JSONRPC) — at Initial Version
Reported by: | mc007ibi | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | RPC | Version: | 1.9.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
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 ){
Note: See
TracTickets for help on using
tickets.