[Greasemonkey] XMLRequest

Jeremy Dunck jdunck at gmail.com
Tue Aug 1 15:22:44 EDT 2006


On 8/1/06, Edward Kawas <edward.kawas at gmail.com> wrote:
> GM_xmlhttpRequest({
>                 method: 'POST',
>                 url: 'http://localhost/someURL,
...

>
> Basically, I am trying to just let the user that something is expected to
> happen, but we are waiting. Doing the above only logs:
>
> http://localhost/monkey monkey: on ready state change 1
> http://localhost/monkey monkey: on ready state change 1
> http://localhost/monkey monkey: on ready state change 2
>
> And stops there. Even if I wait 10 minutes or more.
>
> Am I not understanding the logic for these callbacks?

Does that URL exist and actually respond?

Were you expecting it to time out?


More information about the Greasemonkey mailing list