, Net.js.
http://xkr.us/code/javascript/Net/
However, it does not support JSON parsing, but it is just one line of code, receiving a Text response and calling eval on it:
var json = eval ('(' + xhr.responseText + ')');
Disadvantages:
The timeout is not configurable. However, it is easy to change directly in the source.
There is no support for a query group with a regular handler. Each request is individual.
jishi source
share