Following the JSONRequest proposal, I've found code for the JSONRequest object. However, this object depends on JSONRequestError, and the code for that is nowhere to be found.
Anyone know where I can find the code?
Thanks in advance!
Following the JSONRequest proposal, I've found code for the JSONRequest object. However, this object depends on JSONRequestError, and the code for that is nowhere to be found.
Anyone know where I can find the code?
Thanks in advance!
I used the request JSONRequestError site:devpro.it
in Google, it is a useful tip... ^_^
Found JSONRequestError.js which explain the API, and ... hmm, no source code!
Just poked around the magical number 153, got lucky: JSONRequestError.js :-D
the site is a little obtuse, but you can find everything the guy wrote (quite a bit of useful stuff)
at:
http://devpro.it/
the actual json code is on here:
http://devpro.it/javascript%5F9.html
(also a packed version of all the files! very handy)