Closed Ms2ger closed 12 years ago
As first filed at http://code.google.com/p/thermetics-forum-extensions/issues/detail?id=33:
What steps will reproduce the problem?
The code looks like this:
_xhr.open(options.type, options.url, options.sync);
but the third argument to XMLHttpRequest open is whether the request should be async.
Closed, see https://github.com/rwldrn/jquery-hive/pull/10
As first filed at http://code.google.com/p/thermetics-forum-extensions/issues/detail?id=33:
What steps will reproduce the problem?
The code looks like this:
but the third argument to XMLHttpRequest open is whether the request should be async.