[Greasemonkey] Perform GM_xmlhttpRequests in parallel?
Lenny Domnitser
ldrhcp at gmail.com
Sat Sep 30 21:05:05 EDT 2006
On 9/30/06, Edward Hibbert <Edward.Hibbert at dataconnection.com> wrote:
> I have a script which issues lots of GM_xmlhttpRequest calls. So far as
> I can tell, these are satisfied serially. Is there any way to make them
> occur in parallel?
The behavior you want already exists. In fact, only parallel
(asynchronous, in XMLHttpRequest terms) is supported by
GM_xmlhttpRequest.
More information about the Greasemonkey
mailing list