You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
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.
On OSX 10.9 with both Chrome and Firefox I received an error when attempt to set XMLHttpRequest's
timeoutwas made. The specific code is in aardwolf.js around line 71:When I comment out the
req.timeout = 0;is works correctly. I haven't tried other OS's or browsers.