This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Description
On OSX 10.9 with both Chrome and Firefox I received an error when attempt to set XMLHttpRequest's timeout was made. The specific code is in aardwolf.js around line 71:
if (path === '/breakpoint') {
req.timeout = 0;
}
When I comment out the req.timeout = 0; is works correctly. I haven't tried other OS's or browsers.