Where can I get the JSONRequestError code?

Following the JSONRequest offer , I found the code for the JSONRequest object . However, this object depends on JSONRequestError and the code for that was not found anywhere.

Does anyone know where I can find the code?

Thanks in advance!

0


source to share


3 answers


I used JSONRequestError site:devpro.it

google query this is helpful advice ... ^ _ ^

Found JSONRequestError.js that explain the API, and ... hmm, no source code!



Just poked the magic number 153, it got lucky: JSONRequestError.js :-D

0


source


For such a well-expressed and well-documented library, finding a download link is ridiculous, but here goes:



(The second, as the guy said in a difficult-to-understand way - all the coders seem to be half explaining things!)

+2


source


the site is a bit dumb, but you can find everything the guy wrote (quite a lot of useful stuff)

at:
http://devpro.it/ the real json code is here:
http://devpro.it/javascript_9.html
(also packaged version all files! very convenient)

0


source







All Articles